move hint component
This commit is contained in:
parent
9f2dcde566
commit
890f84c343
5 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as followActions from 'content/actions/follow';
|
||||
import messages from 'shared/messages';
|
||||
import Hint from 'content/hint';
|
||||
import Hint from './hint';
|
||||
import HintKeyProducer from 'content/hint-key-producer';
|
||||
|
||||
const DEFAULT_HINT_CHARSET = 'abcdefghijklmnopqrstuvwxyz';
|
||||
|
|
Reference in a new issue