Update index.tsx

This commit is contained in:
Stefan Pejcic
2024-07-10 20:15:23 +02:00
committed by GitHub
parent 88cc9127c3
commit 49a2afef61

View File

@@ -12,7 +12,7 @@ import { DiscordIcon, TwitterIcon } from "@site/src/refine-theme/icons/popover";
import clsx from "clsx";
import React from "react";
import { useColorMode } from "@docusaurus/theme-common";
import { LandingTryItSection } from "../refine-theme/demo-section";
import { LandingTryItSection } from "@site/src/refine-theme/demo-section";
const About: React.FC = () => {
const { colorMode } = useColorMode();