diff --git a/lib/auth/index.ts b/lib/auth/index.ts index 63d0e7e..25cb90e 100644 --- a/lib/auth/index.ts +++ b/lib/auth/index.ts @@ -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";