add suspense back in

This commit is contained in:
Nate Kelley 2025-07-30 10:54:04 -06:00
parent 6840439a96
commit cff68bd6ff
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
export default function Loading() {
return (
<div className="flex h-screen w-screen animate-pulse items-center justify-center">
Loading...
</div>
);
}

File diff suppressed because one or more lines are too long