diff --git a/packages/redux-devtools-app/src/reducers/theme.ts b/packages/redux-devtools-app/src/reducers/theme.ts index 55d6d405..bb3aa8a9 100644 --- a/packages/redux-devtools-app/src/reducers/theme.ts +++ b/packages/redux-devtools-app/src/reducers/theme.ts @@ -1,5 +1,8 @@ import { Scheme, Theme } from '@redux-devtools/ui'; -import { CHANGE_THEME, APPLY_MEDIA_FEATURES_PREFERENCES, } from '../constants/actionTypes'; +import { + CHANGE_THEME, + APPLY_MEDIA_FEATURES_PREFERENCES, +} from '../constants/actionTypes'; import { StoreAction } from '../actions'; export interface ThemeState {