import { EmployeeDashboard } from "@/modules/admin/employees";

export default function EmployeesPage() {
  return <EmployeeDashboard />;
}
