fixed
This commit is contained in:
parent
e4b6b9b86a
commit
51f422874f
6 changed files with 25 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 GlobalError() {
|
||||
return (
|
||||
<CardGrid max_rows={1}>
|
||||
<Card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue