Portal/rsconcept/frontend/src/features/auth/index.ts
2025-02-26 00:16:22 +03:00

3 lines
86 B
TypeScript

export * from './backend/types';
export { useAuthSuspense } from './backend/useAuth';