Skip to content

Commit

Permalink
removed the chat bot temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhav-Mahajan-13 committed Aug 4, 2024
1 parent babbf8a commit 7abbc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DebugObserver } from 'store';
import { BrowserRouter as Router } from 'react-router-dom';
import { ThemeProvider } from '@mui/material/styles';
import getTheme from 'utils/hooks/theme';
import { useTawkIO } from 'hooks/useTawk-io';
// import { useTawkIO } from 'hooks/useTawk-io';

const App = () => {
const queryClient = new QueryClient({
Expand All @@ -19,7 +19,7 @@ const App = () => {
},
},
});
useTawkIO();
// useTawkIO();

return (
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit 7abbc48

Please sign in to comment.