Skip to content

Commit b0931ad

Browse files
committed
(Feature) : Adding Loader
1 parent 0370866 commit b0931ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

my-app/src/components/Loader.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)