noFound.d.ts 98 Bytes Raw Blame History Permalink 1 2 3 /// <reference types="react" /> declare const NoFound: () => JSX.Element; export default NoFound;