فهرست منبع

Update landing-try-it-section.tsx

Stefan Pejcic 1 سال پیش
والد
کامیت
4972f0792b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      documentation/src/refine-theme/landing-try-it-section.tsx

+ 1 - 0
documentation/src/refine-theme/landing-try-it-section.tsx

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