Files
CHIEFSOFT\ameye 7470750413 first commit
2023-09-26 13:50:01 -04:00

10 lines
234 B
JavaScript

export default function Preloader() {
return (
<>
<div id="loading" className="loading--theme">
<div id="loading-center"><span className="loader" /></div>
</div>
</>
)
}