{"version":3,"file":"936.91a7417c7a05dd4000a1.js","mappings":"08BAEMA,EAAN,SAAQ,I,mpBAAFA,I,yDACFC,IAAAA,S,MAAAA,WACI,OAAM,gBACDC,MAAG,qBACCC,KAAE,CACCC,UAAU,wBACVC,wBAAyB,CAAEC,OAAQC,KAAKC,MAAMC,Y,gBAEjDC,IAAC,CAACL,wBAAyB,CAAEC,OAAQC,KAAKC,MAAMG,Q,gBAChDD,IAAC,CAACL,wBAAyB,CAAEC,OAAQC,KAAKC,MAAMI,c,mBATjE,CAA+BC,EAAAA,WAe/B,I,gNCdA,IAEA,EAF6BL,SAAAA,GAAS,OAAM,gBAALR,EAAgB,KAAKQ","sources":["webpack://gyldendal-uddannelse/./src/Foundation/Frontend/ReactComponents/Footer/text-footer-module.js","webpack://gyldendal-uddannelse/./src/Foundation/Frontend/ReactViews/TextFooterModule/text-footer-module-view.js"],"sourcesContent":["import React, { Component } from \"react\";\r\n\r\nclass TextFooterModule extends Component {\r\n render() {\r\n return (\r\n <div>\r\n <h2\r\n className=\"footer-widget__header\"\r\n dangerouslySetInnerHTML={{ __html: this.props.Headline }}\r\n ></h2>\r\n <p dangerouslySetInnerHTML={{ __html: this.props.Text }}></p>\r\n <p dangerouslySetInnerHTML={{ __html: this.props.Link }}></p>\r\n </div>\r\n );\r\n }\r\n}\r\n\r\nexport default TextFooterModule;\r\n","import * as React from \"react\";\r\nimport TextFooterModule from \"@/ReactComponents/Footer/text-footer-module\";\r\n\r\nconst TextFooterModuleView = props => <TextFooterModule {...props} />;\r\n\r\nexport default TextFooterModuleView;\r\n"],"names":["TextFooterModule","render","div","h2","className","dangerouslySetInnerHTML","__html","this","props","Headline","p","Text","Link","Component"],"sourceRoot":""}