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

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