import { Logotype } from '@roleypoly/design-system/atoms/branding'; import { palette } from '@roleypoly/design-system/atoms/colors'; import { UserAvatarGroupSkeleton } from '@roleypoly/design-system/molecules/user-avatar-group'; import { MastheadAlignment, MastheadBase, MastheadLeft, MastheadRight, } from './Masthead.styled'; export const Skeleton = () => ( );