Update landing-try-it-section.tsx

This commit is contained in:
Stefan Pejcic
2024-02-06 21:33:35 +01:00
committed by GitHub
parent 4a490e6b03
commit 4972f0792b

View File

@@ -6,6 +6,7 @@ import { LandingPlaygroundModal } from "./landing-playground-modal";
import { useLocation } from "@docusaurus/router";
import { useColorMode } from "@docusaurus/theme-common";
import { useInView } from "framer-motion";
import Link from "@docusaurus/Link";
export const LandingTryItSection = ({ className }: { className?: string }) => {
const [wizardOpen, setWizardOpen] = React.useState(false);