import * as React from "react"; export function NotFound() { return
404
; }