From fb1ec166d385ada5da0175f640a1c49242966e6f Mon Sep 17 00:00:00 2001 From: FaberVitale Date: Sun, 24 Oct 2021 11:31:14 +0200 Subject: [PATCH] chore: run prettier --- packages/redux-devtools-app/src/reducers/theme.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {