import React from "react"; const NotFound = () =>

404 Not found

; export default NotFound;