fix(ui): reduce bundle size

This commit is contained in:
Łukasz Mierzwa
2019-11-29 15:40:59 +00:00
parent d2d2a24957
commit a7b409e661
29 changed files with 401 additions and 191 deletions

View File

@@ -6,7 +6,10 @@ import toDiffableHtml from "diffable-html";
import { Settings } from "Stores/Settings";
import { ThemeContext } from "Components/Theme";
import { ReactSelectColors, ReactSelectStyles } from "Components/MultiSelect";
import {
ReactSelectColors,
ReactSelectStyles
} from "Components/Theme/ReactSelect";
import { AlertGroupSortConfiguration } from "./AlertGroupSortConfiguration";
let settingsStore;