import { DepartmentDashboard } from "@/modules/admin/departments";

export default function DepartmentsPage() {
  return <DepartmentDashboard />;
}
