aboutsummaryrefslogtreecommitdiff
path: root/src/content/controllers/FollowKeyController.ts
diff options
context:
space:
mode:
authorShin'ya UEOKA <ueokande@i-beam.org>2019-10-06 03:21:38 +0000
committerShin'ya UEOKA <ueokande@i-beam.org>2019-10-07 12:31:13 +0000
commitda3ce77aa0a50568ee4ddb423d07bc50422bd79c (patch)
tree67a74ee266972c49eb8918da9a581de813766d7d /src/content/controllers/FollowKeyController.ts
parent8428671a0acf47a4a90b6b1f39cf94401f1e5520 (diff)
Move Key to settings
Diffstat (limited to 'src/content/controllers/FollowKeyController.ts')
-rw-r--r--src/content/controllers/FollowKeyController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/controllers/FollowKeyController.ts b/src/content/controllers/FollowKeyController.ts
index 59d2271..0fd94ff 100644
--- a/src/content/controllers/FollowKeyController.ts
+++ b/src/content/controllers/FollowKeyController.ts
@@ -1,6 +1,6 @@
import { injectable } from 'tsyringe';
import FollowSlaveUseCase from '../usecases/FollowSlaveUseCase';
-import Key from '../domains/Key';
+import Key from '../../shared/settings/Key';
@injectable()
export default class FollowKeyController {