diff options
Diffstat (limited to 'src/client/stores/index.ts')
| -rw-r--r-- | src/client/stores/index.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/client/stores/index.ts b/src/client/stores/index.ts deleted file mode 100644 index c7f6241..0000000 --- a/src/client/stores/index.ts +++ /dev/null @@ -1,15 +0,0 @@ -export type { - AuthActions, - AuthContextValue, - AuthProviderProps, - AuthState, -} from "./auth"; -export { ApiClientError, AuthProvider, useAuth } from "./auth"; - -export type { - SyncActions, - SyncContextValue, - SyncProviderProps, - SyncState, -} from "./sync"; -export { SyncProvider, useSync } from "./sync"; |
