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

Provide CalendarWithControls as global component

parent 88f6902a
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
......@@ -75,6 +75,7 @@ AleksisVue.install = function (Vue) {
import("../components/generic/ButtonMenu.vue")
);
Vue.component("ErrorPage", () => import("../components/app/ErrorPage.vue"));
Vue.component("CalendarWithControls", () => import("../components/calendar/CalendarWithControls.vue"));
};
/**
......
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