Skip to content
Snippets Groups Projects
Commit 79e28994 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix faulty import of SmallContainer

parent 78a8c150
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
......@@ -55,7 +55,7 @@ AleksisVue.install = function (Vue) {
import("../components/generic/MessageBox.vue")
);
Vue.component("SmallContainer", () =>
import("../components/generic/BackButton.vue")
import("../components/generic/SmallContainer.vue")
);
Vue.component("BackButton", () =>
import("../components/generic/BackButton.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