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