mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-07 04:09:15 +02:00
fix:#16 removed unused import
This commit is contained in:
@@ -23,7 +23,6 @@ import DynamicPage from "@/view/DynamicPage.vue";
|
|||||||
import RoomOccupation from "@/components/RoomOccupation.vue";
|
import RoomOccupation from "@/components/RoomOccupation.vue";
|
||||||
import { computedAsync } from "@vueuse/core";
|
import { computedAsync } from "@vueuse/core";
|
||||||
import { router } from "@/main";
|
import { router } from "@/main";
|
||||||
import tokenStore from "@/store/tokenStore.ts";
|
|
||||||
|
|
||||||
type Room = {
|
type Room = {
|
||||||
name: string;
|
name: string;
|
||||||
|
Reference in New Issue
Block a user