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

export default function Page() {
  return (
    <RegistryPage
      type="DOCTORAL"
      titleHi="डॉक्टरल शोध पंजिका"
      titleEn="Doctoral Research Register"
    />
  );
}
