veza/apps/web/src/router/index.tsx

5 lines
192 B
TypeScript
Raw Normal View History

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