"use client"; import NextError from "next/error"; export default function NotFound() { return ( ); }