This commit is contained in:
@ -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 (
|
||||
<Container>
|
||||
<Card className="flex h-full items-center justify-center">
|
||||
|
Reference in New Issue
Block a user