ADD new frontend
This commit is contained in:
7
frontend/src/pages/index.ts
Normal file
7
frontend/src/pages/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Public pages
|
||||
export * from './public';
|
||||
|
||||
// App pages
|
||||
export { default as DashboardPage } from './app/DashboardPage';
|
||||
export * from './app/operations';
|
||||
export * from './app/analytics';
|
||||
Reference in New Issue
Block a user