mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-23 04:58:50 +02:00
fix:#15 fixed wrong path
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import MenuBar from "./components/MenuBar.vue";
|
||||
import {RouteRecordName, RouterView} from "vue-router";
|
||||
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"];
|
||||
|
||||
|
Reference in New Issue
Block a user