summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components/notification.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-07 19:19:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-07 19:19:00 +0900
commitaa4ef6745ad798bd7d4f05cb397ef1dd85279814 (patch)
treed34ded516f52b91c4ff1a5443776ce22d8f483f0 /src/client/app/mobile/views/components/notification.vue
parentRefactorijg (diff)
downloadmisskey-aa4ef6745ad798bd7d4f05cb397ef1dd85279814.tar.gz
misskey-aa4ef6745ad798bd7d4f05cb397ef1dd85279814.tar.bz2
misskey-aa4ef6745ad798bd7d4f05cb397ef1dd85279814.zip
Refactorng
Diffstat (limited to 'src/client/app/mobile/views/components/notification.vue')
-rw-r--r--src/client/app/mobile/views/components/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/notification.vue b/src/client/app/mobile/views/components/notification.vue
index bbcae05f10..ee90c6b46b 100644
--- a/src/client/app/mobile/views/components/notification.vue
+++ b/src/client/app/mobile/views/components/notification.vue
@@ -81,7 +81,7 @@
<script lang="ts">
import Vue from 'vue';
-import getNoteSummary from '../../../../../renderers/get-note-summary';
+import getNoteSummary from '../../../../../misc/get-note-summary';
export default Vue.extend({
props: ['notification'],