import { RegistryPage } from "@/components/shared/registry-page";

export default function Page() {
  return (
    <RegistryPage
      type="SUPERVISOR"
      titleHi="पर्यवेक्षकों की सूची"
      titleEn="List of Supervisors"
    />
  );
}
