move messages to shared
This commit is contained in:
parent
0f54a203db
commit
22db12f2a3
9 changed files with 8 additions and 8 deletions
src/actions
|
@ -1,5 +1,5 @@
|
|||
import actions from 'actions';
|
||||
import messages from 'content/messages';
|
||||
import messages from 'shared/messages';
|
||||
import DefaultSettings from 'shared/default-settings';
|
||||
|
||||
const load = () => {
|
||||
|
|
Reference in a new issue