import { ChartAreaInteractive } from "@/components/chart-area-interactive"; import { SectionCards } from "@/components/section-cards"; import { SidebarInset, SidebarProvider, } from "@/components/ui/sidebar"; export default function Page() { return (
) }