import React from 'react' import Link from 'next/link' const MenuNotLogado = () => (
LOGIN
) export default MenuNotLogado