파일 명 변경

This commit is contained in:
yoon 2025-02-25 14:18:48 +09:00
parent fc443dacdb
commit 8ffb483aa1

View File

@ -1,9 +1,7 @@
<template> <template>
<Calendar /> <CommuteCalendar />
</template> </template>
<script setup> <script setup>
import Calendar from '@c/commuters/Calendar.vue'; import CommuteCalendar from '@c/commuters/CommuteCalendar.vue';
</script> </script>