completionId: cgen-ced73abb052e4f659b2846de3985642e

cgen-ced73abb052e4f659b2846de3985642e
This commit is contained in:
Builder.io 2025-11-13 05:42:41 +00:00
parent 79d379f6c4
commit 5d2baae417

View file

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