diff --git a/assets/components/HostMenu.vue b/assets/components/HostMenu.vue index a59f273f..a488ffcf 100644 --- a/assets/components/HostMenu.vue +++ b/assets/components/HostMenu.vue @@ -90,7 +90,6 @@ import Pin from "~icons/ph/map-pin-simple"; import Stack from "~icons/ph/stack"; // @ts-ignore import Containers from "~icons/octicon/container-24"; -import { RouteLocationNormalizedLoaded } from "vue-router"; const containerStore = useContainerStore(); const { visibleContainers } = storeToRefs(containerStore);