ConceptPortal-public/rsconcept/frontend/src/features/auth/index.ts

3 lines
86 B
TypeScript
Raw Normal View History

2025-02-26 00:16:41 +03:00
export * from './backend/types';
export { useAuthSuspense } from './backend/useAuth';