move operations

This commit is contained in:
Shin'ya Ueoka 2017-10-04 22:05:29 +09:00
parent 79a4a805f6
commit 5fb3de3263
4 changed files with 3 additions and 3 deletions

View file

@ -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) => {