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">
form-change-event
</template>
<script>
import FormChangeEvent from "./FormChangeEvent";
import FormAddEvent from "@/components/pages/calendarPages/FormAddEvent";
export default {
name: "CalendarPages",
components: {FormChangeEvent}
components: {FormAddEvent}
}
</script>