import Neon from "../componets/Neon"; export default function ErrorNotFound() { return ( <> ERROR 404 URL Not Found > ); }