1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-25 07:47:55 +01:00

8 lines
315 B
TypeScript
Raw Normal View History

// noinspection JSUnusedGlobalSymbols
export {default as AdminSetupPage} from './AdminSetupPage';
export {default as Dashboard} from './Dashboard';
export {default as LoginPage} from './LoginPage';
export {default as ResetPasswordPage} from './ResetPasswordPage';
export {default as SetupPage} from './SetupPage';