Skip to content

Instantly share code, notes, and snippets.

@pena56
Last active December 3, 2021 21:36
Show Gist options
  • Save pena56/f0c988c2de8ded5566e5ed644edc46a6 to your computer and use it in GitHub Desktop.
Save pena56/f0c988c2de8ded5566e5ed644edc46a6 to your computer and use it in GitHub Desktop.
import './Loader.module.css';
function Loader() {
return (
<div className="lds-ring">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
);
}
export default Loader;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment