This commit is contained in:
parent
6fb6c574bd
commit
37586d3a12
@ -1,10 +1,7 @@
|
|||||||
import Card from "@/components/Card";
|
import Card from "@/components/Card";
|
||||||
import Container from "@/components/Container";
|
import Container from "@/components/Container";
|
||||||
import { headers } from "next/headers";
|
|
||||||
|
|
||||||
export default async function NotFound() {
|
export default async function NotFound() {
|
||||||
const headersList = headers();
|
|
||||||
const domain = headersList.get("host");
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
<Card className="flex h-full items-center justify-center">
|
<Card className="flex h-full items-center justify-center">
|
||||||
|
Loading…
Reference in New Issue
Block a user