diff --git a/hermes-console/src/App.vue b/hermes-console/src/App.vue index cc14e88436..91c976feb8 100644 --- a/hermes-console/src/App.vue +++ b/hermes-console/src/App.vue @@ -4,6 +4,7 @@ import AppNotificationProvider from '@/components/app-notification/AppNotificationProvider.vue'; import ConsoleFooter from '@/components/console-footer/ConsoleFooter.vue'; import ConsoleHeader from '@/components/console-header/ConsoleHeader.vue'; + import NavigationDrawer from './components/navigation-drawer/NavigationDrawer.vue'; const configStore = useAppConfigStore(); configStore.loadConfig(); @@ -14,6 +15,8 @@