diff options
Diffstat (limited to 'src/reducers/input.js')
-rw-r--r-- | src/reducers/input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reducers/input.js b/src/reducers/input.js index 8be701e..2e4bcd8 100644 --- a/src/reducers/input.js +++ b/src/reducers/input.js @@ -1,4 +1,4 @@ -import actions from '../actions'; +import actions from 'actions'; const defaultState = { keys: '', |