wrap in suspense boundary to fix build issue

This commit is contained in:
2026-02-14 00:28:27 +00:00
parent c6a7c009c6
commit 6c3017673e
2 changed files with 21 additions and 12 deletions

View File

@ -12,7 +12,7 @@ import {
Box,
Separator,
} from "@chakra-ui/react";
import { useEffect, useState, useRef } from "react";
import { useEffect, useState, useRef, Suspense } from "react";
import { useSearchParams } from "next/navigation";
import { toaster } from "@/components/ui/toaster";
import { getRandomResultFromGCI, lmgcitfy } from "@/actions";