lib/vue/apps/translations/index.vue in lesli_babel-0.4.0 vs lib/vue/apps/translations/index.vue in lesli_babel-0.5.0
- old
+ new
@@ -28,16 +28,16 @@
const msg = inject("msg")
const url = inject("url")
// · import components
-import componentLabelEditor from "LesliBabel/components/form-label-editor.vue"
-import componentActions from "LesliBabel/components/actions.vue"
+import componentLabelEditor from "LesliBabel/vue/components/form-label-editor.vue"
+import componentActions from "LesliBabel/vue/components/actions.vue"
// · import lesli stores
-import { useStrings } from "LesliBabel/stores/strings"
-import { useTranslations } from "LesliBabel/stores/translations"
+import { useStrings } from "LesliBabel/vue/stores/strings"
+import { useTranslations } from "LesliBabel/vue/stores/translations"
// · implement stores
const storeStrings = useStrings()
const storeTranslations = useTranslations()