import { Suspense } from "react"; import Cards from "@/app/ui/dashboard/cards"; import RevenueChart from "@/app/ui/dashboard/revenue-chart"; import LatestInvoices from "@/app/ui/dashboard/latest-invoices"; import { lusitana } from "@/app/ui/fonts"; import { CardSkeleton, LatestInvoicesSkeleton, RevenueChartSkeleton } from "@/app/ui/skeletons"; export default async function Page() { return (

Dashboard

}>
}> }>
); }