chore: remove chat support component
This commit is contained in:
parent
72b6453f6f
commit
1faf06c755
4 changed files with 0 additions and 65 deletions
|
|
@ -13,8 +13,6 @@ import { TranslationProvider } from "@plane/i18n";
|
|||
import { Toast } from "@plane/propel/toast";
|
||||
// helpers
|
||||
import { resolveGeneralTheme } from "@plane/utils";
|
||||
// polyfills
|
||||
import "@/lib/polyfills";
|
||||
// mobx store provider
|
||||
import { StoreProvider } from "@/lib/store-context";
|
||||
|
||||
|
|
@ -31,10 +29,6 @@ const InstanceWrapper = lazy(function InstanceWrapper() {
|
|||
return import("@/lib/wrappers/instance-wrapper");
|
||||
});
|
||||
|
||||
const ChatSupportModal = lazy(function ChatSupportModal() {
|
||||
return import("@/components/global/chat-support-modal");
|
||||
});
|
||||
|
||||
export interface IAppProvider {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
|
@ -53,7 +47,6 @@ export function AppProvider(props: IAppProvider) {
|
|||
<StoreWrapper>
|
||||
<InstanceWrapper>
|
||||
<Suspense>
|
||||
<ChatSupportModal />
|
||||
<SWRConfig value={WEB_SWR_CONFIG}>{children}</SWRConfig>
|
||||
</Suspense>
|
||||
</InstanceWrapper>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue