8 lines
152 B
Vue
8 lines
152 B
Vue
<template>
|
|
<MainEventCalendar />
|
|
</template>
|
|
|
|
<script setup>
|
|
import MainEventCalendar from '@/components/main/MainEventCalendar.vue';
|
|
</script>
|