Skip to content

Commit

Permalink
chore(formatting): Fix formatting in auth/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Dec 22, 2024
1 parent 81028b0 commit 4e52365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type { AuthContextInterface, CurrentUser } from './AuthContext.js'
export type { AuthProviderProps } from './AuthProvider/AuthProvider.js';
export type { AuthProviderProps } from './AuthProvider/AuthProvider.js'
export { useNoAuth } from './useAuth.js'
export type { UseAuth } from './useAuth.js'
export { createAuthentication } from './authFactory.js'
Expand Down

0 comments on commit 4e52365

Please sign in to comment.