diff --git a/web/next-example/src/pages/index.tsx b/web/next-example/src/pages/index.tsx index 7fd69e83e..4c710a012 100644 --- a/web/next-example/src/pages/index.tsx +++ b/web/next-example/src/pages/index.tsx @@ -1,20 +1,6 @@ -import { createYooptaEditor } from '@yoopta/editor'; - -import { useMemo, useRef } from 'react'; import NextLink from 'next/link'; -import { - ExpandIcon, - CodeIcon, - StarIcon, - Send, - Code2Icon, - FileHeart, - PlusIcon, - ExternalLinkIcon, - LucideGithub, -} from 'lucide-react'; +import { StarIcon, Send, Code2Icon, FileHeart, PlusIcon, ExternalLinkIcon } from 'lucide-react'; import { Head } from '@/components/Head/Head'; -import { LandingEditor } from '@/components/LandingEditor/LandingEditor'; // Card component with title and description const Card = ({ title, description }) => { @@ -29,7 +15,7 @@ const Card = ({ title, description }) => { const GithubButton = ({ repo }) => { return ( @@ -158,7 +144,7 @@ export default function Home({ repoData }) {

Meet Yoopta-Editor 🚀

-
+
{repoData && }