fix: remove redundant aliases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import OrderKanbanCard from "@/components/orders/OrderKanbanCard.vue";
|
||||
import OrderKanbanCard from "~/components/orders/OrderKanbanCard.vue";
|
||||
|
||||
const props = defineProps({
|
||||
orders: Array,
|
||||
|
||||
Reference in New Issue
Block a user