Initial setup of frontend and backend
This commit is contained in:
5
frontend/src/pages/index.ts
Normal file
5
frontend/src/pages/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { Home } from './Home'
|
||||
export { GameSelect } from './GameSelect'
|
||||
export { Dashboard } from './Dashboard'
|
||||
export { Encounters } from './Encounters'
|
||||
export { Rules } from './Rules'
|
||||
Reference in New Issue
Block a user