diff --git a/Hub/ui/src/App.vue b/Hub/ui/src/App.vue index 26063b7..56e64c0 100644 --- a/Hub/ui/src/App.vue +++ b/Hub/ui/src/App.vue @@ -13,9 +13,9 @@ import Settings from './views/Settings.vue' import Setup from './views/Setup.vue' import { useConfig } from './api/useConfig' -import { useAppStore } from './stores/app' -import { useFleetStore } from './stores/fleet' -import { useEventsStore } from './stores/events' +import { useAppStore } from './stores/System/app' +import { useFleetStore } from './stores/Fleet/fleet' +import { useEventsStore } from './stores/Events/events' import { HoneyWireWS } from './services/ws' const { fetchConfig } = useConfig() diff --git a/Hub/ui/src/components/dashboard/EventTable.vue b/Hub/ui/src/components/dashboard/EventTable.vue index 83c67a6..3213c96 100644 --- a/Hub/ui/src/components/dashboard/EventTable.vue +++ b/Hub/ui/src/components/dashboard/EventTable.vue @@ -1,9 +1,9 @@