import PlaceholderPage from "@/components/placeholders/PlaceholderPage"; /** * / * * RHL-019: * - Placeholder entry page * * Later: * - If unauthenticated: redirect to /login * - If authenticated: redirect to a branch route (e.g. /NL01) */ export default function ProtectedEntryPage() { return (

Try these URLs manually:

); }