Begin display page
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user