mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-16 16:02:25 +01:00
feat:#4 view, calendar import, component
This commit is contained in:
@@ -27,6 +27,7 @@ const EditAdditionalModules = () =>
|
||||
const EditModules = () => import("../view/editCalendar/EditModules.vue");
|
||||
const CourseSelection = () => import("../view/CourseSelection.vue");
|
||||
const FreeRooms = () => import("../view/FreeRooms.vue");
|
||||
const CalenderViewer = () => import("../view/UserCalendar.vue");
|
||||
|
||||
import i18n from "../i18n";
|
||||
|
||||
@@ -48,6 +49,11 @@ const router = createRouter({
|
||||
name: "free-rooms",
|
||||
component: FreeRooms,
|
||||
},
|
||||
{
|
||||
path: "/user/calendar",
|
||||
name: "user-calendar",
|
||||
component: CalenderViewer,
|
||||
},
|
||||
{
|
||||
path: "/faq",
|
||||
name: "faq",
|
||||
|
||||
Reference in New Issue
Block a user