From cd2542e0fd8578f6e41114ffebbda1f16f7d04ce Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 2 Apr 2018 04:15:27 +0900 Subject: Refactor --- src/client/app/common/scripts/compose-notification.ts | 4 ++-- src/client/app/common/views/components/autocomplete.vue | 2 +- src/client/app/common/views/components/messaging-room.message.vue | 2 +- src/client/app/common/views/components/messaging.vue | 2 +- src/client/app/common/views/components/othello.game.vue | 2 +- src/client/app/common/views/components/othello.room.vue | 2 +- src/client/app/common/views/components/post-html.ts | 2 +- src/client/app/common/views/components/welcome-timeline.vue | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/client/app/common') diff --git a/src/client/app/common/scripts/compose-notification.ts b/src/client/app/common/scripts/compose-notification.ts index 273579cbc6..56fbcb94fc 100644 --- a/src/client/app/common/scripts/compose-notification.ts +++ b/src/client/app/common/scripts/compose-notification.ts @@ -1,5 +1,5 @@ -import getPostSummary from '../../../../common/get-post-summary'; -import getReactionEmoji from '../../../../common/get-reaction-emoji'; +import getPostSummary from '../../../../misc/get-post-summary'; +import getReactionEmoji from '../../../../misc/get-reaction-emoji'; type Notification = { title: string; diff --git a/src/client/app/common/views/components/autocomplete.vue b/src/client/app/common/views/components/autocomplete.vue index 79bd2ba023..edba470581 100644 --- a/src/client/app/common/views/components/autocomplete.vue +++ b/src/client/app/common/views/components/autocomplete.vue @@ -21,7 +21,7 @@ import Vue from 'vue'; import * as emojilib from 'emojilib'; import contains from '../../../common/scripts/contains'; -import getAcct from '../../../../../common/user/get-acct'; +import getAcct from '../../../../../misc/user/get-acct'; const lib = Object.entries(emojilib.lib).filter((x: any) => { return x[1].category != 'flags'; diff --git a/src/client/app/common/views/components/messaging-room.message.vue b/src/client/app/common/views/components/messaging-room.message.vue index 91af26bffe..cad6825f38 100644 --- a/src/client/app/common/views/components/messaging-room.message.vue +++ b/src/client/app/common/views/components/messaging-room.message.vue @@ -34,7 +34,7 @@