Basic calendar view
This commit is contained in:
8
src/pages/schedule/SchedulePageView.vue
Normal file
8
src/pages/schedule/SchedulePageView.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<toolbar-component pageTitle="Schedule" />
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ToolbarComponent from 'src/components/ToolbarComponent.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user