import Button from '../ui/Button'; type Props = { user: string; onLogout: () => void; }; export default function AuthStatus({ user, onLogout }: Props) { return (