fix: SWR config

This commit is contained in:
gurusainath 2024-02-05 20:09:59 +05:30
parent cd81ec1002
commit 65d2a2546d

View File

@ -56,7 +56,6 @@ export const AppProvider: FC<IAppProvider> = observer((props) => {
>
<SWRConfig value={SWR_CONFIG}>{children}</SWRConfig>
</PostHogProvider>
<SWRConfig value={SWR_CONFIG}>{children}</SWRConfig>
</CrispWrapper>
</StoreWrapper>
</InstanceLayout>