Components
Loading preview...
import DashboardInvoices from "@/components/ui/dashboard-invoices";
export default function DemoOne() {
return (
<div className="p-6 max-w-3xl">
<div className="rounded-lg overflow-hidden border">
<DashboardInvoices />
</div>
</div>
);
}