diff --git a/src/App.jsx b/src/App.jsx index 5adba841..353340c2 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -19,6 +19,7 @@ import { import { reduxHooks } from 'hooks'; import Dashboard from 'containers/Dashboard'; import ZendeskFab from 'components/ZendeskFab'; +import { ExperimentProvider } from 'ExperimentContext'; import track from 'tracking'; @@ -84,7 +85,11 @@ export const App = () => { - ) : ()} + ) : ( + + + + )}