fix imports in src
This commit is contained in:
parent
5ef9a2a60c
commit
32168a94e0
25 changed files with 66 additions and 66 deletions
|
@ -1,4 +1,4 @@
|
|||
import operations from '../operations';
|
||||
import operations from 'shared/operations';
|
||||
|
||||
const VALID_TOP_KEYS = ['keymaps', 'search'];
|
||||
const VALID_OPERATION_VALUES = Object.keys(operations).map((key) => {
|
||||
|
|
Reference in a new issue