- export const Loading = () => (
- <main className="flex size-full animate-pulse flex-row items-center justify-center gap-8">
- <div className="size-6 animate-bounce border border-pythpurple-400/70 bg-pythpurple-950" />
- <div className="size-6 animate-bounce border border-pythpurple-400/70 bg-pythpurple-950 delay-150" />
- <div className="size-6 animate-bounce border border-pythpurple-400/70 bg-pythpurple-950 delay-300" />
- </main>
- );
|