diff options
author | Shin'ya UEOKA <ueokande@i-beam.org> | 2019-10-06 03:21:38 +0000 |
---|---|---|
committer | Shin'ya UEOKA <ueokande@i-beam.org> | 2019-10-07 12:31:13 +0000 |
commit | da3ce77aa0a50568ee4ddb423d07bc50422bd79c (patch) | |
tree | 67a74ee266972c49eb8918da9a581de813766d7d /src/content/client | |
parent | 8428671a0acf47a4a90b6b1f39cf94401f1e5520 (diff) |
Move Key to settings
Diffstat (limited to 'src/content/client')
-rw-r--r-- | src/content/client/FollowMasterClient.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/client/FollowMasterClient.ts b/src/content/client/FollowMasterClient.ts index f79c8b0..6681e8a 100644 --- a/src/content/client/FollowMasterClient.ts +++ b/src/content/client/FollowMasterClient.ts @@ -1,5 +1,5 @@ import * as messages from '../../shared/messages'; -import Key from '../domains/Key'; +import Key from '../../shared/settings/Key'; export default interface FollowMasterClient { startFollow(newTab: boolean, background: boolean): void; |