{"version":3,"file":"static/js/3922.a005bbd2.chunk.js","mappings":"iKAMO,MAAMA,EAAoCA,IAE7CC,EAAAA,cAAA,OAAKC,UAAU,WACbD,EAAAA,cAAA,OAAKC,UAAU,oCACbD,EAAAA,cAAA,OAAKC,UAAU,uBACbD,EAAAA,cAAA,UACEA,EAAAA,cAACE,EAAAA,EAAgB,CAAAC,GAAA,SAACC,eAAc,gCAElCJ,EAAAA,cAAA,SACEA,EAAAA,cAACE,EAAAA,EAAgB,CAAAC,GAAA,SAACC,eAAc,kFAQ5C,G","sources":["pages/NotFound/NotFound.tsx"],"sourcesContent":["import * as React from 'react';\r\nimport { FormattedMessage } from 'react-intl';\r\n\r\n/**\r\n * Not found page component to be used when navigating to a route that does not exist\r\n */\r\nexport const NotFound: React.FunctionComponent = () => {\r\n return (\r\n <div className=\"ms-Grid\">\r\n <div className=\"ms-Grid-row transparentContainer\">\r\n <div className=\"ms-Grid-col ms-lg12\">\r\n <h2>\r\n <FormattedMessage defaultMessage=\"Not Found\" />\r\n </h2>\r\n <p>\r\n <FormattedMessage defaultMessage=\"Sorry unable to find the resource, please check the URL.\" />\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n );\r\n};\r\n\r\nexport default NotFound;\r\n"],"names":["NotFound","React","className","FormattedMessage","id","defaultMessage"],"sourceRoot":""}