mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-31 00:39:14 +02:00
fix:#15 fixed wrong path
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
import MenuBar from "./components/MenuBar.vue";
|
import MenuBar from "./components/MenuBar.vue";
|
||||||
import {RouteRecordName, RouterView} from "vue-router";
|
import {RouteRecordName, RouterView} from "vue-router";
|
||||||
import CalendarPreview from "./components/CalendarPreview.vue";
|
import CalendarPreview from "./components/CalendarPreview.vue";
|
||||||
import moduleStore from "@/store/moduleStore.ts";
|
import moduleStore from "./store/moduleStore.ts";
|
||||||
|
|
||||||
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit"];
|
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit"];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user