{"version":3,"sources":["webpack://appvity-website/./src/components/LayoutCustom.js","webpack://appvity-website/./src/pages/404.js"],"names":["children","className"],"mappings":"+IAeA,IAXqB,SAAC,GAAkB,IAAhBA,EAAe,EAAfA,SACpB,OACI,uBAAKC,UAAU,QACX,gBAAC,IAAD,MACA,uBAAKA,UAAU,QACVD,M,oFCkBjB,UAtBiB,WAChB,OACC,gBAAC,IAAD,KACC,uBAAKC,UAAU,wBACd,uBAAKA,UAAU,mBACd,gBAAC,IAAD,KACC,uBAAKA,UAAU,kBACd,uBAAKA,UAAU,0BACd,iCACA,4EAIH,uBAAKA,UAAU,iBACd,gBAAC,IAAD","file":"component---src-pages-404-js-a48846c1d7ce515c91c6.js","sourcesContent":["import React from \"react\";\nimport Header from \"./Header\";\nimport \"../styles/styles.scss\";\n\nconst LayoutCustom = ({ children }) => {\n return (\n
\n
\n
\n {children}\n
\n
\n );\n};\n\nexport default LayoutCustom;\n","import React from 'react'\nimport { Container } from 'react-bootstrap'\nimport LayoutCustom from \"../components/LayoutCustom\";\nimport Footer from \"../components/Footer\";\n\nconst NotFound = () => {\n\treturn (\n\t\t\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t

404

\n\t\t\t\t\t\t\t\t
The page you are looking for was not found.
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t
\n\t)\n}\n\nexport default NotFound\n"],"sourceRoot":""}