mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 23:25:25 +03:00
Cleanup
This commit is contained in:
parent
630bdfb8ea
commit
a04cd34438
@ -15,7 +15,6 @@ const Live = lazy(() => import("@/pages/Live"));
|
|||||||
const Events = lazy(() => import("@/pages/Events"));
|
const Events = lazy(() => import("@/pages/Events"));
|
||||||
const Explore = lazy(() => import("@/pages/Explore"));
|
const Explore = lazy(() => import("@/pages/Explore"));
|
||||||
const Exports = lazy(() => import("@/pages/Exports"));
|
const Exports = lazy(() => import("@/pages/Exports"));
|
||||||
const SubmitPlus = lazy(() => import("@/pages/SubmitPlus"));
|
|
||||||
const ConfigEditor = lazy(() => import("@/pages/ConfigEditor"));
|
const ConfigEditor = lazy(() => import("@/pages/ConfigEditor"));
|
||||||
const System = lazy(() => import("@/pages/System"));
|
const System = lazy(() => import("@/pages/System"));
|
||||||
const Settings = lazy(() => import("@/pages/Settings"));
|
const Settings = lazy(() => import("@/pages/Settings"));
|
||||||
@ -47,7 +46,6 @@ function App() {
|
|||||||
<Route path="/review" element={<Events />} />
|
<Route path="/review" element={<Events />} />
|
||||||
<Route path="/explore" element={<Explore />} />
|
<Route path="/explore" element={<Explore />} />
|
||||||
<Route path="/export" element={<Exports />} />
|
<Route path="/export" element={<Exports />} />
|
||||||
<Route path="/plus" element={<SubmitPlus />} />
|
|
||||||
<Route path="/system" element={<System />} />
|
<Route path="/system" element={<System />} />
|
||||||
<Route path="/settings" element={<Settings />} />
|
<Route path="/settings" element={<Settings />} />
|
||||||
<Route path="/config" element={<ConfigEditor />} />
|
<Route path="/config" element={<ConfigEditor />} />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user