import React from 'react' const Spinner = () => { return (
Carregando...
) } export default Spinner