blob: 2e5c185d3b3cf09d5c1528b325332d12d2998edc [file] [log] [blame]
{"version":3,"sources":["webpack:///./src/pages/404.jsx"],"names":["NotFoundPage","title"],"mappings":"4FAAA,yDAuBMA,EAAe,kBACnB,cAAC,IAAD,KACE,cAAC,IAAD,CAAKC,MAAM,mBACX,qCACA,gFAIWD,iB","file":"component---src-pages-404-jsx-adba33861252508482a6.js","sourcesContent":["/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing,\n * software distributed under the License is distributed on an\n * \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n * KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations\n * under the License.\n */\nimport React from 'react';\n\nimport Layout from '../components/layout.tsx';\nimport SEO from '../components/seo';\n\nconst NotFoundPage = () => (\n <Layout>\n <SEO title=\"404: Not found\" />\n <h1>NOT FOUND</h1>\n <p>Sorry, you&apos;ve requested a page that does not exist.</p>\n </Layout>\n);\n\nexport default NotFoundPage;\n"],"sourceRoot":""}