import React from 'react' const Example = () => { console.log("olá mundo") return (
Example um
) } export default Example