-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-refs-js-3810f2e80ed2f255c58e.js.map
executable file
·1 lines (1 loc) · 1.64 KB
/
component---src-pages-refs-js-3810f2e80ed2f255c58e.js.map
1
{"version":3,"sources":["webpack:///./src/pages/refs.js"],"names":["Refs","title","to","href"],"mappings":"8FAAA,oEAyBeA,UAlBF,kBACX,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,kBACX,oIACG,6BADH,mIAG2D,kBAAC,OAAD,CAAMC,GAAG,YAAT,mBAE3D,4BACE,gFAAqD,kBAAC,OAAD,CAAMA,GAAG,4BAAT,WACrD,mEAAwC,kBAAC,OAAD,CAAMA,GAAG,2DAAT,2BACxC,4DAAiC,uBAAGC,KAAK,qCAAR,gBAAjC,OAAiG,uBAAGA,KAAK,yBAAR,cAGnG,kBAAC,OAAD,CAAMD,GAAG,KAAT","file":"component---src-pages-refs-js-3810f2e80ed2f255c58e.js","sourcesContent":["// If you don't want to use TypeScript you can delete this file!\nimport React from \"react\"\nimport { PageProps, Link, graphql } from \"gatsby\"\n\nimport Layout from \"../components/layout\"\nimport SEO from \"../components/seo\"\n\nconst Refs = () => (\n <Layout>\n <SEO title=\"My References\" />\n <p>This website would not be possible without a lot of help from many OpenSource developers and creators.\n <br/>\n Here, I attempt to acknowledge this help to the best of my capacities.\n However, if you feel I forgot to mention someone, please <Link to=\"/contact\"> get in touch!</Link>\n </p>\n <ul>\n <li>The framework used to construct this website was <Link to=\"https://www.gatsbyjs.com\">Gatsby</Link></li>\n <li>Much of the CSS used was taken from <Link to=\"https://github.com/jooplaan/gatsby-london-night-and-day\"> London Night and Day </Link></li>\n <li>Homepage Coral Reef Photo by <a href=\"https://unsplash.com/@silasbaisch\">Silas Baisch</a> on <a href=\"https://unsplash.com/\">Unsplash</a></li>\n </ul>\n\n <Link to=\"/\">Go back to the homepage</Link>\n </Layout>\n)\n\nexport default Refs"],"sourceRoot":""}