Skip to content
Snippets Groups Projects
Verified Commit 88f6902a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove old imports in Calendar.vue

parent 35952d71
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #140681 failed
......@@ -43,8 +43,6 @@
</template>
<script>
import ButtonMenu from "../generic/ButtonMenu.vue";
import CalendarSelect from "./CalendarSelect.vue";
import GenericCalendarFeedDetails from "./GenericCalendarFeedDetails.vue";
import GenericCalendarFeedEventBar from "./GenericCalendarFeedEventBar.vue";
......@@ -54,17 +52,9 @@ import {
} from "aleksisAppImporter";
import gqlCalendar from "./calendar.graphql";
import CalendarControlBar from "./CalendarControlBar.vue";
import CalendarTypeSelect from "./CalendarTypeSelect.vue";
export default {
name: "Calendar",
components: {
CalendarTypeSelect,
CalendarControlBar,
ButtonMenu,
CalendarSelect,
},
props: {
calendarFeeds: {
type: Array,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment