stats loading
This commit is contained in:
parent
f9afa2501d
commit
e4b6b9b86a
7 changed files with 30 additions and 20 deletions
|
@ -6,11 +6,7 @@ import {
|
|||
CardTitle
|
||||
} from "@/components/ui/card";
|
||||
|
||||
export default function GlobalError({
|
||||
error,
|
||||
}: {
|
||||
error: Error & { digest?: string }
|
||||
}) {
|
||||
export default function Loading() {
|
||||
return (
|
||||
<CardGrid max_rows={1}>
|
||||
<Card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue