Move Key to settings
This commit is contained in:
parent
8428671a0a
commit
da3ce77aa0
14 changed files with 105 additions and 106 deletions
|
@ -4,7 +4,7 @@ import FollowPresenter from '../presenters/FollowPresenter';
|
|||
import TabsClient from '../client/TabsClient';
|
||||
import FollowMasterClient from '../client/FollowMasterClient';
|
||||
import { LinkHint, InputHint } from '../presenters/Hint';
|
||||
import Key from '../domains/Key';
|
||||
import Key from '../../shared/settings/Key';
|
||||
|
||||
interface Size {
|
||||
width: number;
|
||||
|
|
Reference in a new issue