diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 837ff54..688853c 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,10 +1,7 @@ import Card from "@/components/Card"; import Container from "@/components/Container"; -import { headers } from "next/headers"; export default async function NotFound() { - const headersList = headers(); - const domain = headersList.get("host"); return (