fix: remove redundant aliases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import InventoryHighlightCard from "@/components/inventory/InventoryHighlightCard.vue";
|
||||
import InventoryTable from "@/components/inventory/InventoryTable.vue";
|
||||
import InventoryHighlightCard from "~/components/inventory/InventoryHighlightCard.vue";
|
||||
import InventoryTable from "~/components/inventory/InventoryTable.vue";
|
||||
|
||||
const { $store } = useNuxtApp();
|
||||
const inventoryHighlights = [
|
||||
|
||||
Reference in New Issue
Block a user