Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-07-12 08:52:11 +02:00 committed by GitHub
parent 942a23901e
commit 22801225d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import { BlogFooter } from "@site/src/refine-theme/blog-footer";
import { CommonHeader } from "@site/src/refine-theme/common-header";
import { CommonLayout } from "@site/src/refine-theme/common-layout";
import clsx from "clsx";
import { LandingTryItSection } from "../refine-theme/landing-try-it-section";
import { LandingTryItSection } from "@site/src/refine-theme/landing-try-it-section";
const Demo: React.FC = () => {
return (