veza/apps/web/src/router/index.tsx
2026-02-07 04:16:37 +01:00

4 lines
192 B
TypeScript

export { AppRouter } from './AppRouter';
export { PublicRoute } from './PublicRoute';
export { ProtectedLayoutRoute } from './ProtectedLayoutRoute';
export type { RouteEntry } from './types';