ConceptPortal-public/rsconcept/frontend/src/features/auth/index.ts
Ivan 3e52639e48
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
R: Refactor feature dependencies
2025-02-26 00:16:41 +03:00

3 lines
86 B
TypeScript

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