diff options
Diffstat (limited to 'src/client/app/mobile/api')
| -rw-r--r-- | src/client/app/mobile/api/post.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/api/post.ts b/src/client/app/mobile/api/post.ts index 6580cbf4b1..98309ba8de 100644 --- a/src/client/app/mobile/api/post.ts +++ b/src/client/app/mobile/api/post.ts @@ -1,6 +1,6 @@ import PostForm from '../views/components/post-form.vue'; //import RepostForm from '../views/components/repost-form.vue'; -import getPostSummary from '../../../../get-post-summary'; +import getPostSummary from '../../../../renderers/get-post-summary'; export default (os) => (opts) => { const o = opts || {}; |