diff options
| author | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:41:25 +0900 |
|---|---|---|
| committer | Akihiko Odaki <nekomanma@pixiv.co.jp> | 2018-04-02 13:41:25 +0900 |
| commit | 4ef3d3a6d2865e8bb486d74c8fb3b6fdfde699ff (patch) | |
| tree | a61bdf12f02acd1aaada86fdc95f4c6e21cf5d57 /src/client/app/mobile/views/components/notification-preview.vue | |
| parent | Introduce publishers directory (diff) | |
| download | sharkey-4ef3d3a6d2865e8bb486d74c8fb3b6fdfde699ff.tar.gz sharkey-4ef3d3a6d2865e8bb486d74c8fb3b6fdfde699ff.tar.bz2 sharkey-4ef3d3a6d2865e8bb486d74c8fb3b6fdfde699ff.zip | |
Introduce renderers directory
Diffstat (limited to 'src/client/app/mobile/views/components/notification-preview.vue')
| -rw-r--r-- | src/client/app/mobile/views/components/notification-preview.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/notification-preview.vue b/src/client/app/mobile/views/components/notification-preview.vue index e7e1f75a87..77abd3c0ea 100644 --- a/src/client/app/mobile/views/components/notification-preview.vue +++ b/src/client/app/mobile/views/components/notification-preview.vue @@ -59,7 +59,7 @@ <script lang="ts"> import Vue from 'vue'; -import getPostSummary from '../../../../../get-post-summary'; +import getPostSummary from '../../../../../renderers/get-post-summary'; export default Vue.extend({ props: ['notification'], |