Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
THILAK6 committed Oct 1, 2024
1 parent dbc43b5 commit 37eb85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import normalizeEmail from './lib/normalizeEmail';

import isSlug from './lib/isSlug';
import isLicensePlate from './lib/isLicensePlate';
import {isStrongPassword, analyzePassword} from './lib/isStrongPassword';
import isStrongPassword, { analyzePassword } from './lib/isStrongPassword';

import isVAT from './lib/isVAT';

Expand Down

0 comments on commit 37eb85b

Please sign in to comment.