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