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