mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-try-it-section.tsx
This commit is contained in:
parent
4a490e6b03
commit
4972f0792b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user