import Link from 'next/link' import { logout } from '../utils/auth' const Header = props => (
) export default Header