import { DynamicLogotype } from '@roleypoly/design-system/atoms/branding'; import { Button } from '@roleypoly/design-system/atoms/button'; import * as React from 'react'; import { FaSignInAlt } from 'react-icons/fa'; import { MastheadA, MastheadAlignment, MastheadBase, MastheadLeft, MastheadRight, } from './Masthead.styled'; export const Guest = () => ( );