diff --git a/app/soapbox/containers/soapbox.js b/app/soapbox/containers/soapbox.js index b668b5a57..cd9a43195 100644 --- a/app/soapbox/containers/soapbox.js +++ b/app/soapbox/containers/soapbox.js @@ -24,7 +24,6 @@ import { fetchMe } from 'soapbox/actions/me'; import PublicLayout from 'soapbox/features/public_layout'; import { getSettings } from 'soapbox/actions/settings'; import { themeDataToCss } from 'soapbox/utils/theme'; -import { generateTheme } from 'soapbox/actions/theme'; export const store = configureStore(); const hydrateAction = hydrateStore(initialState);