import React from "react"; /** * Not-found component for json-render Next.js apps. * * Renders when the pathname does not match any route in the spec. */ export function NextNotFound() { return (
This page could not be found.