{"version":3,"file":"LazyLiveChat.chunk.c78ab2c193f7e15be175.js","mappings":"oKAAO,MAAMA,EAAwBC,gBACJ,mgBAEPC,S,eCEnB,MAAMC,EAAwCC,GACjDC,EAAAA,cAACC,EAAAA,EAAa,CAAgBC,sBAAuBP,EAAuBQ,eAAgBJ,G","sources":["webpack://Kristiania.Web/./Features/Partials/LiveChat/Utils/utilsLiveChat.client.ts","webpack://Kristiania.Web/./Features/Partials/LiveChat/LazyLiveChat.tsx"],"sourcesContent":["export const loadLiveChatComponent = async () => {\n const liveChatModule = await import('~/Partials/LiveChat/LiveChat');\n\n return liveChatModule.LiveChat;\n};\n","import * as React from 'react';\nimport type { LiveChatProps } from '~/Partials/LiveChat/LiveChat';\nimport { loadLiveChatComponent } from '~/Partials/LiveChat/Utils/utilsLiveChat.client';\nimport { LazyComponent } from '~/Utils/Lazy/LazyComponent';\n\nexport const LazyLiveChat: React.FC = props => (\n importComponentMethod={loadLiveChatComponent} componentProps={props} />\n);\n"],"names":["loadLiveChatComponent","async","LiveChat","LazyLiveChat","props","React","LazyComponent","importComponentMethod","componentProps"],"sourceRoot":""}