import { EmployeesPage } from "@/components/features/employees/EmployeesPage";

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