summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-04-02 13:43:02 +0900
committerGitHub <noreply@github.com>2018-04-02 13:43:02 +0900
commit8f15bbd97f6fb5ec7c2bfcf5652df880f13ab49c (patch)
treea61bdf12f02acd1aaada86fdc95f4c6e21cf5d57 /src/client/app/common
parentMerge pull request #1364 from akihikodaki/misc (diff)
parentIntroduce renderers directory (diff)
downloadmisskey-8f15bbd97f6fb5ec7c2bfcf5652df880f13ab49c.tar.gz
misskey-8f15bbd97f6fb5ec7c2bfcf5652df880f13ab49c.tar.bz2
misskey-8f15bbd97f6fb5ec7c2bfcf5652df880f13ab49c.zip
Merge pull request #1365 from akihikodaki/misc
Introduce renderers directory
Diffstat (limited to 'src/client/app/common')
-rw-r--r--src/client/app/common/scripts/compose-notification.ts4
1 files changed, 2 insertions, 2 deletions
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;