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