mirror of https://github.com/buster-so/buster.git
add suspense back in
This commit is contained in:
parent
6840439a96
commit
cff68bd6ff
|
@ -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
Loading…
Reference in New Issue