From 629de04289b22a3b40e4002f81a9cdb77b24feec Mon Sep 17 00:00:00 2001 From: Jason Wesson Date: Wed, 11 Sep 2024 08:59:08 -0700 Subject: [PATCH] feat: remove Zendesk component from App --- src/App.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 067f2ca..a3f8b66 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -17,7 +17,6 @@ import { } from 'data/redux'; import { reduxHooks } from 'hooks'; import Dashboard from 'containers/Dashboard'; -import ZendeskFab from 'components/ZendeskFab'; import track from 'tracking'; @@ -93,7 +92,6 @@ export const App = () => { - );