From 32168a94e07478325a53779513533b76a6ef2c18 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 5 Oct 2017 20:14:58 +0900 Subject: fix imports in src --- src/reducers/follow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reducers/follow.js') diff --git a/src/reducers/follow.js b/src/reducers/follow.js index 136b367..a2397b4 100644 --- a/src/reducers/follow.js +++ b/src/reducers/follow.js @@ -1,4 +1,4 @@ -import actions from '../actions'; +import actions from 'actions'; const defaultState = { enabled: false, -- cgit v1.2.3