"use client"; import Sidebar from "@/components/dashboard/sidebar"; export default function DashboardPage() { return (
Main Content
); }