refactored out of src packages
This commit is contained in:
6
react-auth/index.ts
Normal file
6
react-auth/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export { AuthProvider, useAuth } from "./contexts";
|
||||
export { createApiClient } from "./axios";
|
||||
export { AuthPage } from "./AuthPage";
|
||||
export type { AuthUser } from "./models";
|
||||
export type { AuthMode } from "./AuthPage";
|
||||
export { tokenStore } from "./token"
|
||||
Reference in New Issue
Block a user