frontend_nyla/src/pages/views/commcoach/index.ts
2026-05-10 22:09:55 +02:00

5 lines
325 B
TypeScript

export { CommcoachDashboardView } from './CommcoachDashboardView';
export { CommcoachAssistantView } from './CommcoachAssistantView';
export { CommcoachModulesView } from './CommcoachModulesView';
export { CommcoachSessionView } from './CommcoachSessionView';
export { CommcoachSettingsView } from './CommcoachSettingsView';