/usr/lib/node_modules/npm/docs/src/pages
NameSizeModeActions
404.js2920644editdlrm
index.js3830644editdlrm
Edit: /usr/lib/node_modules/npm/docs/src/pages/404.js (292B)
import React from 'react' import SEO from 'src/components/seo' const NotFoundPage = () => (

NOT FOUND

You just hit a route that doesn't exist... the sadness.

) export default NotFoundPage