docs: fix dep issue

This commit is contained in:
Bereket Engida
2024-09-06 08:11:01 +03:00
parent 2b4a47e042
commit e1ce8daa1f

View File

@@ -2,8 +2,7 @@ import Link from "next/link";
import { } from "better-auth/client"; import { } from "better-auth/client";
import Section from "@/components/landing/section"; import Section from "@/components/landing/section";
import Hero from "@/components/landing/hero"; import Hero from "@/components/landing/hero";
import { Separator } from "@/components/ui/separator";
import { FeaturesSectionDemo } from "@/components/blocks/features";
export default function HomePage() { export default function HomePage() {
return ( return (
<main> <main>