mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed kgStyle import statement
This commit is contained in:
parent
0d9bb4a07b
commit
301f633e1c
@ -1,6 +1,6 @@
|
||||
import Component from '@ember/component';
|
||||
import Key from 'mobiledoc-kit/utils/key';
|
||||
import kgStyle from '../helpers/kg-style';
|
||||
import {kgStyle} from '../helpers/kg-style';
|
||||
import layout from '../templates/components/koenig-caption-input';
|
||||
import {computed} from '@ember/object';
|
||||
import {run} from '@ember/runloop';
|
||||
|
Loading…
Reference in New Issue
Block a user