feature/research-di #1
@ -1,4 +1,4 @@
|
||||
import DashboardSkeleton from "@/app/components/skeleton/skeletons";
|
||||
import DashboardSkeleton from "@/app/dashboard/components/skeletons/skeletons";
|
||||
|
||||
export default function Loading() {
|
||||
return <DashboardSkeleton />;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { LatestInvoicesSkeleton, RevenueChartSkeleton } from "@/app/components/skeleton/skeletons";
|
||||
import { LatestInvoicesSkeleton, RevenueChartSkeleton } from "@/app/dashboard/components/skeletons/skeletons";
|
||||
import CardWrapper from "@/app/dashboard/components/cards/cards";
|
||||
import LatestInvoices from "@/app/dashboard/components/latest-invoices";
|
||||
import RevenueChart from "@/app/dashboard/components/revenue-chart";
|
||||
|
Loading…
x
Reference in New Issue
Block a user