Move KeyboardShortcuts test

pull/3228/head
Andrew Watkins 2018-04-17 15:06:58 -07:00
parent 8c51a134b3
commit 7145327218
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import uuid from 'uuid'
import _ from 'lodash'
import TimeMachine, {Suggestion} from 'src/ifql/components/TimeMachine'
import KeyboardShortcuts from 'src/ifql/components/KeyboardShortcuts'
import KeyboardShortcuts from 'src/shared/components/KeyboardShortcuts'
import Walker from 'src/ifql/ast/walker'
import {Func} from 'src/ifql/components/FuncArgs'
import {InputArg} from 'src/ifql/components/FuncArgInput'