fix: remove redundant aliases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import DeliveryInteractive from "@/components/dashboard/DeliveryInteractive.vue";
|
||||
import Driver from "@/components/dashboard/Driver.vue";
|
||||
import DeliveryInteractive from "~/components/dashboard/DeliveryInteractive.vue";
|
||||
import Driver from "~/components/dashboard/Driver.vue";
|
||||
|
||||
const drivers = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user