move operations
This commit is contained in:
parent
79a4a805f6
commit
5fb3de3263
4 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import operations from '../../operations';
|
||||
import operations from '../operations';
|
||||
|
||||
const VALID_TOP_KEYS = ['keymaps', 'search'];
|
||||
const VALID_OPERATION_VALUES = Object.keys(operations).map((key) => {
|
||||
|
|
Reference in a new issue