import React from 'react'; import Label from '../Label'; import { Greetings } from './styles'; interface Props { username: string; } const HeaderGreetings: React.FC = ({ username }) => ( <> {'Hi,'}