Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Oct 14, 2024
1 parent 9d10641 commit 456cac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Email } from "./email";
import { EmailVerifier } from "./verifier";
import { Email } from "./email.js";
import { EmailVerifier } from "./verifier.js";

export { Email, EmailVerifier };

0 comments on commit 456cac6

Please sign in to comment.