mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
docs: fix dep issue
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user