import React from 'react' const Landing = () => { return (

Título

Página inicial
) } export default Landing