Удалены лишние импорты компонентов

This commit is contained in:
DwCay
2022-10-12 11:32:12 +03:00
parent 1c3439d4ca
commit 57e5f36e03
3 changed files with 42 additions and 3 deletions

View File

@@ -1,11 +1,8 @@
<template lang="pug">
calendar-form-add-event
</template>
<script>
import CalendarFormAddEvent from "./components/CalendarFormAddEvent.vue";
export default {
name: "TheCalendar",
components: { CalendarFormAddEvent },
};
</script>