Rename компоненты создания event

This commit is contained in:
DwCay
2022-10-07 12:58:56 +03:00
parent fc793eae6e
commit 8b9e6e82a0
2 changed files with 2 additions and 3 deletions

View File

@@ -1,11 +1,10 @@
<template lang="pug"> <template lang="pug">
form-change-event
</template> </template>
<script> <script>
import FormChangeEvent from "./FormChangeEvent"; import FormAddEvent from "@/components/pages/calendarPages/FormAddEvent";
export default { export default {
name: "CalendarPages", name: "CalendarPages",
components: {FormChangeEvent} components: {FormAddEvent}
} }
</script> </script>