We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0370866 commit b0931adCopy full SHA for b0931ad
my-app/src/components/Loader.jsx
@@ -0,0 +1,7 @@
1
+import React from 'react'
2
+
3
+export default function Loader() {
4
+ return (
5
+ <div>Loader</div>
6
+ )
7
+}
0 commit comments