fix imports in src
This commit is contained in:
parent
5ef9a2a60c
commit
32168a94e0
25 changed files with 66 additions and 66 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as followActions from '../actions/follow';
|
||||
import messages from '../content/messages';
|
||||
import Hint from '../content/hint';
|
||||
import HintKeyProducer from '../content/hint-key-producer';
|
||||
import * as followActions from 'actions/follow';
|
||||
import messages from 'content/messages';
|
||||
import Hint from 'content/hint';
|
||||
import HintKeyProducer from 'content/hint-key-producer';
|
||||
|
||||
const DEFAULT_HINT_CHARSET = 'abcdefghijklmnopqrstuvwxyz';
|
||||
|
||||
|
|
Reference in a new issue