first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 05:09:28 -05:00
commit d848bcd61c
971 changed files with 172537 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export default function Preloader() {
return (
<>
<div id="loading" className="loading--theme">
<div id="loading-center"><span className="loader" /></div>
</div>
</>
)
}