completionId: cgen-20cad661735e47b08cbc7a4da9d6baf4

cgen-20cad661735e47b08cbc7a4da9d6baf4
This commit is contained in:
Builder.io 2025-11-13 05:42:57 +00:00
parent 7012a62148
commit 7eefd0200e

View file

@ -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);