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 operations from 'shared/operations';
|
||||
import messages from 'content/messages';
|
||||
import messages from 'shared/messages';
|
||||
import * as tabs from 'background/tabs';
|
||||
import * as zooms from 'background/zooms';
|
||||
import * as scrolls from 'content/scrolls';
|
||||
|
|
Reference in a new issue