Skip to content

Commit 3affe22

Browse files
committed
fix loader
1 parent 7766c8f commit 3affe22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Loader.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
const Loader = () => {
2-
return <h1>Loading....</h1>;
2+
return (
3+
<section className="loader">
4+
<div></div>
5+
</section>
6+
);
37
};
48

59
export default Loader;

0 commit comments

Comments
 (0)