mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
Init
This commit is contained in:
9
src/app/loading.tsx
Normal file
9
src/app/loading.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Flame } from "lucide-react";
|
||||
|
||||
export default function Loading() {
|
||||
return (
|
||||
<div className="flex min-h-screen items-center justify-center">
|
||||
<Flame className="h-8 w-8 animate-pulse text-primary" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user