completionId: cgen-077289353d1a4fb0b82cd81641c3c4d5

cgen-077289353d1a4fb0b82cd81641c3c4d5
This commit is contained in:
Builder.io 2025-11-13 05:42:26 +00:00
parent 277554793c
commit 5be1c1f279

View file

@ -18,6 +18,7 @@ import { aethexToast } from "@/lib/aethex-toast";
export default function GameForge() {
const navigate = useNavigate();
const { theme } = useArmTheme();
const [isLoading, setIsLoading] = useState(true);
const toastShownRef = useRef(false);