fix: remove redundant aliases

This commit is contained in:
Viet An
2026-06-06 16:26:26 +07:00
parent ce2e341401
commit de78da2d47
84 changed files with 237 additions and 233 deletions

View File

@@ -1,11 +1,11 @@
<script setup>
import DashboardHighlightCard from "@/components/dashboard/DashboardHighlightCard.vue";
import Delivery from "@/components/dashboard/Delivery.vue";
import OrderStatus from "@/components/dashboard/OrderStatus.vue";
import RevenueChart from "@/components/dashboard/RevenueChart.vue";
import TopCustomers from "@/components/dashboard/TopCustomers.vue";
import TopProducts from "@/components/dashboard/TopProducts.vue";
import Warnings from "@/components/dashboard/Warnings.vue";
import DashboardHighlightCard from "~/components/dashboard/DashboardHighlightCard.vue";
import Delivery from "~/components/dashboard/Delivery.vue";
import OrderStatus from "~/components/dashboard/OrderStatus.vue";
import RevenueChart from "~/components/dashboard/RevenueChart.vue";
import TopCustomers from "~/components/dashboard/TopCustomers.vue";
import TopProducts from "~/components/dashboard/TopProducts.vue";
import Warnings from "~/components/dashboard/Warnings.vue";
const highlights = [
{