Skip to content

Commit

Permalink
fix: trigger build
Browse files Browse the repository at this point in the history
fix: trigger build
  • Loading branch information
tiavina-mika committed Jun 13, 2024
1 parent 3944142 commit 0fb8456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { ChangeEvent, useState } from "react";

import { checkPasswordComplexity } from "check-password-complexity";


const App = () => {
const [password, setPassword] = useState<string>('');

Expand Down

0 comments on commit 0fb8456

Please # to comment.