From 942a23901e2fa1bf7185e2f913638c319475f6f6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 12 Jul 2024 08:51:39 +0200 Subject: [PATCH] Update index.tsx --- documentation/src/pages/demo/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/src/pages/demo/index.tsx b/documentation/src/pages/demo/index.tsx index 288ddd1b..4e30e2e8 100644 --- a/documentation/src/pages/demo/index.tsx +++ b/documentation/src/pages/demo/index.tsx @@ -4,6 +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"; const Demo: React.FC = () => { return ( @@ -46,6 +47,7 @@ const Demo: React.FC = () => { +