From 7eefd0200eb7551eb25fedc259b001e015cab89c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:42:57 +0000 Subject: [PATCH] completionId: cgen-20cad661735e47b08cbc7a4da9d6baf4 cgen-20cad661735e47b08cbc7a4da9d6baf4 --- client/pages/Corp.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pages/Corp.tsx b/client/pages/Corp.tsx index 68b755eb..e1007dc8 100644 --- a/client/pages/Corp.tsx +++ b/client/pages/Corp.tsx @@ -24,6 +24,7 @@ import { aethexToast } from "@/lib/aethex-toast"; export default function Corp() { const navigate = useNavigate(); + const { theme } = useArmTheme(); const [isLoading, setIsLoading] = useState(true); const toastShownRef = useRef(false);