mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-17 03:02:25 +01:00
feat:#4 view, calendar import, component
This commit is contained in:
12
frontend/src/view/UserCalendar.vue
Normal file
12
frontend/src/view/UserCalendar.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import CalendarViewer from "@/components/CalendarViewer.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<CalendarViewer />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user