Удалены лишние импорты компонентов
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user