diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-23 23:19:48 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-23 23:37:58 +0200 |
| commit | f7ea12c905d0cf0a9f5e0d1284a7803ef4d7abad (patch) | |
| tree | a9d2102e3d696373701fffb375d77573aecf99ca /src/components/style_switcher/style_switcher.js | |
| parent | c1f2457112c38e680f8fb9050cbc44b2dea3a113 (diff) | |
separate actual theme data from theme framework
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
| -rw-r--r-- | src/components/style_switcher/style_switcher.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index 14da4f80..17ae9f30 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -16,8 +16,10 @@ import { colors2to3 } from '../../services/style_setter/style_setter.js' import { + SLOT_INHERITANCE +} from '../../services/theme_data/pleromafe.js' +import { CURRENT_VERSION, - SLOT_INHERITANCE, OPACITIES, getLayers, getOpacitySlot |
