"use client"; export default function NotFound() { return (
404
This page could not be found.
); }