fix: remove redundant aliases
This commit is contained in:
@@ -73,8 +73,8 @@ import { useNuxtApp } from "#app";
|
||||
import CustomerForm from "~/components/customer/CustomerForm.vue";
|
||||
import CustomerView from "~/components/customer/CustomerView.vue";
|
||||
import Modal from "~/components/Modal.vue";
|
||||
import { useStore } from "@/stores/index";
|
||||
import ImageGallery from "@/components/media/ImageGallery.vue";
|
||||
import { useStore } from "~/stores/index";
|
||||
import ImageGallery from "~/components/media/ImageGallery.vue";
|
||||
const nuxtApp = useNuxtApp();
|
||||
const { $dialog } = nuxtApp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user