aboutsummaryrefslogtreecommitdiff
path: root/src/components/background-input.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/background-input.js')
-rw-r--r--src/components/background-input.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/background-input.js b/src/components/background-input.js
index 4735d5a..bd6ecf9 100644
--- a/src/components/background-input.js
+++ b/src/components/background-input.js
@@ -1,5 +1,5 @@
-import * as inputActions from '../actions/input';
-import * as operationActions from '../actions/operation';
+import * as inputActions from 'actions/input';
+import * as operationActions from 'actions/operation';
export default class BackgroundInputComponent {
constructor(store) {