From 4ef3d3a6d2865e8bb486d74c8fb3b6fdfde699ff Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Mon, 2 Apr 2018 13:41:25 +0900 Subject: Introduce renderers directory --- src/client/app/common/scripts/compose-notification.ts | 4 ++-- src/client/app/desktop/views/components/notifications.vue | 2 +- src/client/app/desktop/views/pages/home.vue | 2 +- src/client/app/mobile/api/post.ts | 2 +- src/client/app/mobile/views/components/notification-preview.vue | 2 +- src/client/app/mobile/views/components/notification.vue | 2 +- src/client/app/mobile/views/components/post-card.vue | 2 +- src/client/app/mobile/views/pages/home.vue | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/client/app') diff --git a/src/client/app/common/scripts/compose-notification.ts b/src/client/app/common/scripts/compose-notification.ts index 4030d61ac7..ebc15952f6 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 '../../../../get-post-summary'; -import getReactionEmoji from '../../../../get-reaction-emoji'; +import getPostSummary from '../../../../renderers/get-post-summary'; +import getReactionEmoji from '../../../../renderers/get-reaction-emoji'; type Notification = { title: string; diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue index 8c4102494f..9bfe1560ba 100644 --- a/src/client/app/desktop/views/components/notifications.vue +++ b/src/client/app/desktop/views/components/notifications.vue @@ -103,7 +103,7 @@