Set up overview screen with click handlers
This commit is contained in:
parent
a4bb1655d0
commit
954cc1fe72
7 changed files with 93 additions and 8 deletions
3
src/scenes/scenes.ts
Normal file
3
src/scenes/scenes.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export enum Scenes {
|
||||
OVERVIEW = 'OVERVIEW',
|
||||
}
|
||||
Reference in a new issue