{ version: 3, file: "component---gatsby-theme-husky-src-templates-lds-page-lds-page-tsx-587e8e386fce22bfe000.js", mappings: "oJA2BA,UArBkC,SAAC,GAAqB,IAC9CA,EAD6C,EAAlBC,YAC3BD,KACFE,EAAYF,EAAKG,QAAQ,WAAY,KAAKA,QAAQ,WAAY,KAEpE,OACE,gBAAC,KAAD,KACE,2BAASC,UAAU,YACjB,gBAAC,KAAD,CAAWC,OAAK,GACbL,GAAQE,EACP,gBAAC,KAAD,KACE,gBAAC,KAAD,CAAKI,GAAG,KACN,gBAAC,KAAD,CAAyBC,KAAML,MAGjC", sources: [ "webpack://husky-site/../gatsby-theme-husky/src/templates/LdsPage/LdsPage.tsx" ], sourcesContent: [ "import React, { FC } from 'react'; import { Col, Container, DangerouslySetInnerHtml, Layout, Row } from 'layout'; import { LdsPageProps } from './models'; const LdsPage: FC = ({ pageContext }) => { const { body } = pageContext; const bodyClean = body.replace(/ /gi, ' ').replace(/[ ]{2,}/g, ' '); return (
{body && bodyClean ? ( ) : null}
); }; export default LdsPage; " ], names: [ "body", "pageContext", "bodyClean", "replace", "className", "fluid", "lg", "html" ], sourceRoot: "" }