{"version":3,"sources":["webpack:///./src/components/PageNotFound/NotFound.js","webpack:///./src/components/PageNotFound/PageNotFound.js","webpack:///./src/pages/404.js"],"names":["NotFound","render","className","Container","fluid","Row","Col","md","span","offset","to","Component","PageNotFound","NotFoundPage","title"],"mappings":"6QAiCeA,G,4GA3BbC,OAAA,WACE,OACE,oCACE,6BAASC,UAAU,gCACjB,kBAACC,EAAA,EAAD,CAAWC,OAAK,EAACF,UAAU,oCACzB,kBAACG,EAAA,EAAD,KACE,kBAACC,EAAA,EAAD,CAAKC,GAAI,GAAIL,UAAU,sCACrB,wBAAIA,UAAU,0CAAd,0BAGA,sFAGA,kBAACI,EAAA,EAAD,CAAKC,GAAI,CAAEC,KAAM,EAAGC,OAAQ,IAC1B,kBAAC,OAAD,CAAMC,GAAG,IAAIR,UAAU,yBAAvB,e,GAfKS,cCmBRC,E,kGAlBbX,OAAA,WACE,OACE,oCACE,6BAASC,UAAU,8BACjB,kBAACC,EAAA,EAAD,CAAWC,OAAK,EAACF,UAAU,6BACzB,kBAACG,EAAA,EAAD,KACE,kBAACC,EAAA,EAAD,CAAKC,GAAI,GAAIL,UAAU,2CACrB,iDAIN,kBAAC,EAAD,S,GAZiBS,aCQZE,UAPM,kBACnB,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,mBACX,kBAAC,EAAD","file":"component---src-pages-404-js-58f1ef5f3ec5ca5a2fc8.js","sourcesContent":["import { Link } from 'gatsby';\nimport React, { Component } from 'react';\nimport { Col, Container, Row } from 'react-bootstrap';\nimport '../../scss/referringoffice/_referringoffice.scss';\n\nclass NotFound extends Component {\n render() {\n return (\n <>\n \n \n \n \n \n 404: Page Not Found :(\n \n \n You just hit a route that doesn't exist... the sadness.\n \n \n \n Home\n \n \n \n \n \n \n >\n );\n }\n}\n\nexport default NotFound;\n","import React, { Component } from 'react';\nimport { Col, Container, Row } from 'react-bootstrap';\nimport '../../scss/pagenotfound/_pagenotfound.scss';\nimport NotFound from './NotFound';\n\nclass PageNotFound extends Component {\n render() {\n return (\n <>\n \n \n \n \n Page Not Found\n \n \n \n \n \n >\n );\n }\n}\n\nexport default PageNotFound;\n","import React from 'react';\n\nimport Layout from '../layouts/layout';\nimport SEO from '../components/seo';\nimport PageNotFound from '../components/PageNotFound/PageNotFound';\n\nconst NotFoundPage = () => (\n \n \n \n \n);\n\nexport default NotFoundPage;\n"],"sourceRoot":""}
\n You just hit a route that doesn't exist... the sadness.\n