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