Begin display page

This commit is contained in:
2022-08-09 07:21:40 +00:00
parent be1157b310
commit e64adb796e
3 changed files with 113 additions and 2 deletions
+5
View File
@@ -29,6 +29,7 @@ import { NotFound, PleaseLogin } from './Misc.js';
import { Debug } from './Debug.js';
import { Garden } from './Garden.js';
import { Footer } from './Footer.js';
import { LCARS1Display } from './Display.js';
const APP_VERSION = 3; // TODO: automate this
@@ -124,6 +125,10 @@ function App() {
<Usage token={token} />
</Route>
<Route exact path='/display/lcars1'>
<LCARS1Display token={token} />
</Route>
<Route path='/'>
<Container>
<div className='hero'>