aboutsummaryrefslogtreecommitdiff
path: root/src/content/controllers/FollowKeyController.ts
diff options
context:
space:
mode:
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 {