Add storage route

This commit is contained in:
Nick Mowen 2022-07-01 11:37:59 -06:00
parent 9a183fe7cd
commit 97e30654ea

View File

@ -35,6 +35,7 @@ export default function App() {
path="/recording/:camera/:date?/:hour?/:minute?/:second?"
getComponent={Routes.getRecording}
/>
<AsyncRoute path="/storage" getComponent={Routes.getStorage} />
<AsyncRoute path="/system" getComponent={Routes.getSystem} />
<AsyncRoute path="/styleguide" getComponent={Routes.getStyleGuide} />
<Cameras default path="/" />