diff --git a/lib/boot-with-auth.tsx b/lib/boot-with-auth.tsx index afc15e5b7..dff5ae7d1 100644 --- a/lib/boot-with-auth.tsx +++ b/lib/boot-with-auth.tsx @@ -12,7 +12,6 @@ import App from './app'; import Modal from 'react-modal'; import getConfig from '../get-config'; import { makeStore } from './state'; -import actions from './state/actions'; import { render } from 'react-dom'; import { Provider } from 'react-redux'; import { initSimperium } from './state/simperium/middleware';