@ -1,4 +1,4 @@
import operations from '../operations';
import operations from '../shared/operations';
import messages from '../content/messages';
import * as consoleActions from './console';
import * as tabs from '../background/tabs';
@ -7,7 +7,7 @@ import { createStore } from '../store';
import ContentInputComponent from '../components/content-input';
import FollowComponent from '../components/follow';
import reducers from '../reducers';
import messages from './messages';
const store = createStore(reducers);
import operations from '../../operations';
const VALID_TOP_KEYS = ['keymaps', 'search'];
const VALID_OPERATION_VALUES = Object.keys(operations).map((key) => {