From da3ce77aa0a50568ee4ddb423d07bc50422bd79c Mon Sep 17 00:00:00 2001 From: Shin'ya UEOKA Date: Sun, 6 Oct 2019 03:21:38 +0000 Subject: Move Key to settings --- src/content/client/FollowMasterClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/client') 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; -- cgit v1.2.3