-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-about-tsx-ccf0a1fdaf870d297d53.js.map
1 lines (1 loc) · 1.78 KB
/
component---src-pages-about-tsx-ccf0a1fdaf870d297d53.js.map
1
{"version":3,"file":"component---src-pages-about-tsx-ccf0a1fdaf870d297d53.js","mappings":"mNAeA,MAiBaA,EAA0B,IAAMC,EAAAA,cAACC,EAAAA,EAAG,CAACC,MAAM,aAExD,UAnB8CC,IAIvC,IAJwC,KAC7CC,EAAI,KACJC,EAAI,SACJC,GACD,EAEC,OACEN,EAAAA,cAACO,EAAAA,EAAM,CAACL,MAAM,WAAWI,SAAUA,GACjCN,EAAAA,cAAAA,KAAAA,KAAAA,MAAOA,EAAAA,cAACQ,EAAAA,EAAgB,CAACC,GAAG,iBAC5BT,EAAAA,cAAAA,IAAAA,KAAGA,EAAAA,cAACQ,EAAAA,EAAgB,CAACC,GAAG,iBACxBT,EAAAA,cAAAA,IAAAA,KAAGA,EAAAA,cAACQ,EAAAA,EAAgB,CAACC,GAAG,iBACxBT,EAAAA,cAAAA,IAAAA,KAAGA,EAAAA,cAACQ,EAAAA,EAAgB,CAACC,GAAG,iBACjB,C","sources":["webpack://gatsby-starter-blog/./src/pages/about.tsx"],"sourcesContent":["// If you don't want to use TypeScript you can delete this file!\r\nimport * as React from \"react\"\r\nimport { PageProps, graphql, HeadFC } from \"gatsby\"\r\n\r\nimport { FormattedMessage } from 'react-intl';\r\n\r\nimport Layout from \"../components/layout\"\r\nimport Seo from \"../components/seo\"\r\n\r\ntype DataProps = {\r\n site: {\r\n buildTime: string\r\n }\r\n}\r\n\r\nconst Index: React.FC<PageProps<DataProps>> = ({\r\n data,\r\n path,\r\n location,\r\n}) => {\r\n\r\n return (\r\n <Layout title=\"About me\" location={location}>\r\n <h1>📝 <FormattedMessage id=\"about_title\"/></h1>\r\n <p><FormattedMessage id=\"about_text1\"/></p>\r\n <p><FormattedMessage id=\"about_text2\"/></p>\r\n <p><FormattedMessage id=\"about_text3\"/></p>\r\n </Layout>\r\n )\r\n\r\n}\r\n\r\nexport const Head: HeadFC<DataProps> = () => <Seo title=\"About Me\" />\r\n\r\nexport default Index\r\n\r\nexport const query = graphql`\r\n {\r\n site {\r\n buildTime(formatString: \"YYYY-MM-DD hh:mm a z\")\r\n }\r\n }\r\n`\r\n"],"names":["Head","React","Seo","title","_ref","data","path","location","Layout","FormattedMessage","id"],"sourceRoot":""}