mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-17 22:03:54 +01:00
7 lines
327 B
JavaScript
7 lines
327 B
JavaScript
export { HomePage } from './homepage';
|
|
export { ConnectPage } from './connectpage';
|
|
export { LogoutPage } from './logout';
|
|
export { NotFoundPage } from './notfound';
|
|
// Those are commented because they will delivered as a separate chunk
|
|
// export { FilesPage } from './filespage';
|
|
// export { ViewerPage } from './viewerpage';
|