lib/vue/shared/dashboards/apps/edit.vue in lesli-5.0.7 vs lib/vue/shared/dashboards/apps/edit.vue in lesli-5.0.9
- old
+ new
@@ -35,10 +35,10 @@
import { onMounted, inject } from "vue"
import { useRouter, useRoute } from "vue-router"
// · import stores
-import { useDashboard } from "Lesli/shared/stores/dashboard"
+import { useDashboard } from "Lesli/vue/shared/stores/dashboard"
// · import components
import dashboardForm from "../components/form.vue"