localhost-front/src/views/MainView.vue
2025-03-28 09:22:44 +09:00

8 lines
152 B
Vue

<template>
<MainEventCalendar />
</template>
<script setup>
import MainEventCalendar from '@/components/main/MainEventCalendar.vue';
</script>