fix:#16 removed unused import

This commit is contained in:
Elmar Kresse
2024-11-04 16:02:23 +01:00
parent 3265c5515f
commit fd7f296a3a

View File

@ -23,7 +23,6 @@ import DynamicPage from "@/view/DynamicPage.vue";
import RoomOccupation from "@/components/RoomOccupation.vue";
import { computedAsync } from "@vueuse/core";
import { router } from "@/main";
import tokenStore from "@/store/tokenStore.ts";
type Room = {
name: string;