diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index e4a5684..28d538d 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,4 +1,4 @@ -import { buttonVariants } from "fumadocs-ui/components/api"; +import { buttonVariants } from 'fumadocs-ui/components/ui/button'; import Image from "next/image"; import Link from "next/link"; import type { Metadata } from "next";