import { getTranslations } from 'next-intl/server'; import { PlaceholderScreen } from '@/components'; export default async function NurseVerificationPage() { const t = await getTranslations('nav'); const tShell = await getTranslations('shell'); return ; }