Files
gov-portals-monorepo/DBIS/app/apply/page.tsx
2026-02-13 10:30:56 -08:00

9 lines
273 B
TypeScript

export default function ApplyPage() {
return (
<div className="container mx-auto px-4 py-12">
<h1 className="text-3xl font-bold text-neutral-900">Apply</h1>
<p className="mt-4 text-neutral-600">Apply for membership or accreditation.</p>
</div>
);
}