diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-14 06:40:49 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-14 06:40:49 +0900 |
commit | 890f84c34382253d6c178a5a09149832d145c60f (patch) | |
tree | 61356c87d22ede12d1896a4a63bae61ca152ac01 /src/content/components/follow.js | |
parent | 9f2dcde5668fd79e5068d4de87a407947a14b5f2 (diff) |
move hint component
Diffstat (limited to 'src/content/components/follow.js')
-rw-r--r-- | src/content/components/follow.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/components/follow.js b/src/content/components/follow.js index eb453a5..119a493 100644 --- a/src/content/components/follow.js +++ b/src/content/components/follow.js @@ -1,6 +1,6 @@ import * as followActions from 'content/actions/follow'; import messages from 'shared/messages'; -import Hint from 'content/hint'; +import Hint from './hint'; import HintKeyProducer from 'content/hint-key-producer'; const DEFAULT_HINT_CHARSET = 'abcdefghijklmnopqrstuvwxyz'; |