|
@@ -4,6 +4,7 @@ import {
|
|
perfRoutes,
|
|
perfRoutes,
|
|
eventsRoutes,
|
|
eventsRoutes,
|
|
cameraRoutes,
|
|
cameraRoutes,
|
|
|
|
+modelsRoutes,
|
|
} from '../router/routes'
|
|
} from '../router/routes'
|
|
|
|
|
|
const sections = [
|
|
const sections = [
|
|
@@ -11,6 +12,7 @@ const sections = [
|
|
{ icon: '🏎️', title: 'Perf', routes: perfRoutes },
|
|
{ icon: '🏎️', title: 'Perf', routes: perfRoutes },
|
|
{ icon: '📣', title: 'Events', routes: eventsRoutes },
|
|
{ icon: '📣', title: 'Events', routes: eventsRoutes },
|
|
{ icon: '📷', title: 'Camera', routes: cameraRoutes },
|
|
{ icon: '📷', title: 'Camera', routes: cameraRoutes },
|
|
|
|
+ { icon: '🐇', title: 'Models', routes: modelsRoutes }
|
|
]
|
|
]
|
|
</script>
|
|
</script>
|
|
|
|
|