interface NavBarProps { online: boolean; } export default function NavBar({ online }: NavBarProps) { return ( ); }