From d4a88c02435ad043d457f70bb223ebad68b2d33e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 1 Jun 2020 08:31:42 -0500 Subject: [PATCH] Remove unused import --- app/soapbox/containers/soapbox.js | 1 - 1 file changed, 1 deletion(-) 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);