Move Key to settings
This commit is contained in:
parent
8428671a0a
commit
da3ce77aa0
14 changed files with 105 additions and 106 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue