{"ast":null,"code":"import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"/home/sonia/VisualStudioCode/Poryecto-Propio/Proyecto-React-Firebase/src/pages/home.tsx\";\nimport React from 'react';\nimport { Link } from 'react-router-dom';\nimport { Card, CardBody, Container } from 'reactstrap';\n\n//Página de inicio protegida:\nconst HomePage = props => {\n return /*#__PURE__*/_jsxDEV(Container, {\n children: /*#__PURE__*/_jsxDEV(Card, {\n children: /*#__PURE__*/_jsxDEV(CardBody, {\n children: [/*#__PURE__*/_jsxDEV(\"p\", {\n children: \"Welcome to this page that is protected by Friebase auth!\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 21\n }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n children: [\"Change your password \", /*#__PURE__*/_jsxDEV(Link, {\n to: \"/change\",\n children: \"here\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 18,\n columnNumber: 46\n }, this), \".\"]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 17,\n columnNumber: 21\n }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n children: [\"Click \", /*#__PURE__*/_jsxDEV(Link, {\n to: \"/logout\",\n children: \"here\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 22,\n columnNumber: 31\n }, this), \" to logout.\"]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 20,\n columnNumber: 21\n }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n children: \"Prueba de concepto:\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 24,\n columnNumber: 21\n }, this), /*#__PURE__*/_jsxDEV(\"div\", {}, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 25,\n columnNumber: 21\n }, this)]\n }, void 0, true, {\n fileName: _jsxFileName,\n lineNumber: 12,\n columnNumber: 17\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 11,\n columnNumber: 13\n }, this)\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 10,\n columnNumber: 9\n }, this);\n};\n\n_c = HomePage;\nexport default HomePage;\n\nvar _c;\n\n$RefreshReg$(_c, \"HomePage\");","map":{"version":3,"sources":["/home/sonia/VisualStudioCode/Poryecto-Propio/Proyecto-React-Firebase/src/pages/home.tsx"],"names":["React","Link","Card","CardBody","Container","HomePage","props"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,IAAT,EAAeC,QAAf,EAAyBC,SAAzB,QAA0C,YAA1C;;AAIA;AACA,MAAMC,QAA6C,GAAGC,KAAK,IAAI;AAC3D,sBACI,QAAC,SAAD;AAAA,2BACI,QAAC,IAAD;AAAA,6BACI,QAAC,QAAD;AAAA,gCAEI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAFJ,eAKI;AAAA,2DACyB,QAAC,IAAD;AAAM,YAAA,EAAE,EAAC,SAAT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBADzB;AAAA;AAAA;AAAA;AAAA;AAAA,gBALJ,eAQI;AAAA,4CAEU,QAAC,IAAD;AAAM,YAAA,EAAE,EAAC,SAAT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAFV;AAAA;AAAA;AAAA;AAAA;AAAA,gBARJ,eAYI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAZJ,eAaI;AAAA;AAAA;AAAA;AAAA,gBAbJ;AAAA;AAAA;AAAA;AAAA;AAAA;AADJ;AAAA;AAAA;AAAA;AAAA;AADJ;AAAA;AAAA;AAAA;AAAA,UADJ;AAuBH,CAxBD;;KAAMD,Q;AA0BN,eAAeA,QAAf","sourcesContent":["import React from 'react';\nimport { Link } from 'react-router-dom';\nimport { Card, CardBody, Container } from 'reactstrap';\nimport IPageProps from '../interfaces/page';\nimport Links from './auth/Links';\n\n//Página de inicio protegida:\nconst HomePage: React.FunctionComponent = props => {\n return (\n \n \n \n \n

\n Welcome to this page that is protected by Friebase auth!\n

\n

\n Change your password here.\n

\n

\n {/**Creamos pequeño enlace para cambiar contraseña si queremos una vez dentro de home nos redirige a la page de cambio*/}\n Click here to logout.\n

\n

Prueba de concepto:

\n
\n {/** */}\n
\n
\n
\n
\n );\n}\n\nexport default HomePage;"]},"metadata":{},"sourceType":"module"}