Move Key to settings

This commit is contained in:
Shin'ya UEOKA 2019-10-06 03:21:38 +00:00
parent 8428671a0a
commit da3ce77aa0
14 changed files with 105 additions and 106 deletions

View file

@ -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;