ui-nyla/src/layouts/index.ts
2026-01-17 02:18:24 +01:00

6 lines
142 B
TypeScript

/**
* Layouts Export
*/
export { MainLayout } from './MainLayout';
export { FeatureLayout, ProtectedFeatureRoute } from './FeatureLayout';