lib/vue/application.js in lesli_babel-0.4.0 vs lib/vue/application.js in lesli_babel-0.5.0
- old
+ new
@@ -29,22 +29,22 @@
// ·
*/
// · Import Lesli builders
-import application from "Lesli/application"
-import translation from "Lesli/translation"
+import application from "Lesli/vue/application"
+import translation from "Lesli/vue/translation"
// · Import engine translations
-import translations from "LesliBabel/stores/translations.json"
+import translations from "LesliBabel/vue/stores/translations.json"
// ·
-import appDashboardShow from "LesliBabel/apps/dashboards/show.vue"
-import appRelevantsIndex from "LesliBabel/apps/relevants/index.vue"
-import appTranslationsIndex from "LesliBabel/apps/translations/index.vue"
-import appModulesShow from "LesliBabel/apps/modules/show.vue"
+import appDashboardShow from "LesliBabel/vue/apps/dashboards/show.vue"
+import appRelevantsIndex from "LesliBabel/vue/apps/relevants/index.vue"
+import appTranslationsIndex from "LesliBabel/vue/apps/translations/index.vue"
+import appModulesShow from "LesliBabel/vue/apps/modules/show.vue"
// · Buil Lesli translations
translation(translations)