From 5be1c1f27971038469a318b5e1609f1c50a670e9 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:42:26 +0000 Subject: [PATCH] completionId: cgen-077289353d1a4fb0b82cd81641c3c4d5 cgen-077289353d1a4fb0b82cd81641c3c4d5 --- client/pages/GameForge.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pages/GameForge.tsx b/client/pages/GameForge.tsx index dc5c5d94..7cb2ab58 100644 --- a/client/pages/GameForge.tsx +++ b/client/pages/GameForge.tsx @@ -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);