noFound.d.ts 66 B

12
  1. declare const NoFound: () => JSX.Element;
  2. export default NoFound;