"use client"; import React from 'react'; import Link from 'next/link'; export default function NotFound() { return (
404
This page could not be found.
); }