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

7 lines
273 B
JavaScript
Vendored

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