mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"var _jsxFileName = \"/app/src/Pages/About.js\";\nimport '../App.css';\nimport './About.css';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nconst About = () => {\n return /*#__PURE__*/_jsxDEV(\"div\", {\n className: \"pageWrapper\",\n children: [/*#__PURE__*/_jsxDEV(\"h1\", {\n children: \"About GoScrobble.com\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 7\n }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n className: \"aboutBody\",\n children: [\"Go-Scrobble is an open source music scrobbling service written in Go and React.\", /*#__PURE__*/_jsxDEV(\"br\", {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 88\n }, this), \"Used to track your listening history and build a profile to discover new music.\"]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 7\n }, this), /*#__PURE__*/_jsxDEV(\"a\", {\n className: \"pageBody\",\n href: \"https://gitlab.com/idanoo/go-scrobble\",\n target: \"_blank\",\n rel: \"noopener noreferrer\",\n children: \"gitlab.com/idanoo/go-scrobble\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 7\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 6,\n columnNumber: 5\n }, this);\n};\n\n_c = About;\nexport default About;\n\nvar _c;\n\n$RefreshReg$(_c, \"About\");","map":{"version":3,"sources":["/app/src/Pages/About.js"],"names":["About"],"mappings":";AAAA,OAAO,YAAP;AACA,OAAO,aAAP;;;AAEA,MAAMA,KAAK,GAAG,MAAM;AAClB,sBACE;AAAK,IAAA,SAAS,EAAC,aAAf;AAAA,4BACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YADF,eAIE;AAAG,MAAA,SAAS,EAAC,WAAb;AAAA,iHACiF;AAAA;AAAA;AAAA;AAAA,cADjF;AAAA;AAAA;AAAA;AAAA;AAAA,YAJF,eAQE;AACE,MAAA,SAAS,EAAC,UADZ;AAEE,MAAA,IAAI,EAAC,uCAFP;AAGE,MAAA,MAAM,EAAC,QAHT;AAIE,MAAA,GAAG,EAAC,qBAJN;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YARF;AAAA;AAAA;AAAA;AAAA;AAAA,UADF;AAkBD,CAnBD;;KAAMA,K;AAqBN,eAAeA,KAAf","sourcesContent":["import '../App.css';\nimport './About.css';\n\nconst About = () => {\n return (\n <div className=\"pageWrapper\">\n <h1>\n About GoScrobble.com\n </h1>\n <p className=\"aboutBody\">\n Go-Scrobble is an open source music scrobbling service written in Go and React.<br/>\n Used to track your listening history and build a profile to discover new music.\n </p>\n <a\n className=\"pageBody\"\n href=\"https://gitlab.com/idanoo/go-scrobble\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n >gitlab.com/idanoo/go-scrobble\n </a>\n </div>\n );\n}\n\nexport default About;\n"]},"metadata":{},"sourceType":"module"} |