feat: add chatwoot

This commit is contained in:
Ali BARIN
2023-03-07 20:33:51 +00:00
parent 52575be2a7
commit 07ed24ca7a
4 changed files with 107 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import SnackbarProvider from 'components/SnackbarProvider';
import { AuthenticationProvider } from 'contexts/Authentication';
import { AutomatischInfoProvider } from 'contexts/AutomatischInfo';
import Router from 'components/Router';
import LiveChat from 'components/LiveChat/index.ee';
import routes from 'routes';
import reportWebVitals from './reportWebVitals';
@@ -18,6 +19,8 @@ ReactDOM.render(
<IntlProvider>
<ThemeProvider>
<Router>{routes}</Router>
<LiveChat />
</ThemeProvider>
</IntlProvider>
</AutomatischInfoProvider>