From 3de7bdaabef672790a3b50365d13328df513752a Mon Sep 17 00:00:00 2001 From: masterElmar <18119527+masterElmar@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:55:11 +0100 Subject: [PATCH] fix:#15 fixed wrong path --- frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b220877..6d84655 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -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"];