move messages to shared
This commit is contained in:
parent
0f54a203db
commit
22db12f2a3
9 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as followActions from 'actions/follow';
|
||||
import messages from 'content/messages';
|
||||
import messages from 'shared/messages';
|
||||
import Hint from 'content/hint';
|
||||
import HintKeyProducer from 'content/hint-key-producer';
|
||||
|
||||
|
|
Reference in a new issue