mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 23:37:51 +01:00
7 lines
273 B
JavaScript
Vendored
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';
|