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

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