Skip to content
Snippets Groups Projects
Forked from Revolt / Revite
416 commits behind the upstream repository.
Preloader.tsx 73 B
export default function Preloader() {
    return <span>LOADING</span>;
}