Skip to content

Commit

Permalink
Fix auth index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jan 24, 2024
1 parent c8515c7 commit 4721b82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/auth/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./AuthConfigContext.ts";
export * from "./ApplicationAuth.tsx";
export * from "./IfAuth.tsx";
export * from "./useAuth.ts";
export * from "./AuthConfigContext";
export * from "./ApplicationAuth";
export * from "./IfAuth";
export * from "./useAuth";

0 comments on commit 4721b82

Please sign in to comment.