first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export default function Preloader() {
|
||||
return (
|
||||
<>
|
||||
<div id="loading" className="loading--theme">
|
||||
<div id="loading-center"><span className="loader" /></div>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user