import React from 'react'; const Projetos = () => { return ( <>

Projetos

); }; export default Projetos;