import Link from "next/link"; /** Compact nav from justine/02_signup.html — use inside [data-justine-auth] + 02-signup.css */ export function JustineAuthShell({ children }: { children: React.ReactNode }) { return ( <>
{children}
); }