fix: remove redundant aliases
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup>
|
||||
import Address from "@/components/pos/Address.vue";
|
||||
import ProductCard from "@/components/pos/ProductCard.vue";
|
||||
import SearchBox from "@/components/SearchBox.vue";
|
||||
import Address from "~/components/pos/Address.vue";
|
||||
import ProductCard from "~/components/pos/ProductCard.vue";
|
||||
import SearchBox from "~/components/SearchBox.vue";
|
||||
import { isNil } from "es-toolkit";
|
||||
|
||||
const store = useStore();
|
||||
|
||||
Reference in New Issue
Block a user