We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7766c8f commit 3affe22Copy full SHA for 3affe22
src/components/Loader.tsx
@@ -1,5 +1,9 @@
1
const Loader = () => {
2
- return <h1>Loading....</h1>;
+ return (
3
+ <section className="loader">
4
+ <div></div>
5
+ </section>
6
+ );
7
};
8
9
export default Loader;
0 commit comments