chore: migrate remaining settings (#799)

* chore: migrate remaining settings

---------

Co-authored-by: Bianca Procopio <biancahprocopio@gmail.com>
This commit is contained in:
Carlos Valente
2024-03-03 19:16:25 +01:00
committed by GitHub
parent 10d3986832
commit 0c31438e44
18 changed files with 561 additions and 318 deletions
@@ -0,0 +1,9 @@
import style from './LoaderOverlay.module.scss';
export default function LoaderOverlay() {
return (
<div className={style.overlay}>
<span className={style.loader} />
</div>
);
}