too many changes, forgot to commit smh
This commit is contained in:
8
src/pages/Loading.svelte
Normal file
8
src/pages/Loading.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script lang="ts">
|
||||
import { LoaderCircle } from "lucide-svelte";
|
||||
|
||||
</script>
|
||||
<div class="flex flex-col items-center justify-center mt-[50px] h-[calc(100vh-50px)] w-full">
|
||||
<LoaderCircle class="animate-spin" size={80} />
|
||||
<span></span>
|
||||
</div>
|
Reference in New Issue
Block a user