feat: calendar & router configs
This commit is contained in:
8
frontend/src/pages/Index.vue
Normal file
8
frontend/src/pages/Index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import Calendar from '../components/calendar/Calendar.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Calendar />
|
||||
</template>
|
||||
Reference in New Issue
Block a user