diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-02 13:00:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-02 13:00:42 +0900 |
| commit | 0781c0886e85275c654f3d2d5a141118526d62ea (patch) | |
| tree | d32620bf206288b204060672a0088b4b0c7fa5eb /src/client/app/mobile/api | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| parent | Abolish common and misc directories (diff) | |
| download | misskey-0781c0886e85275c654f3d2d5a141118526d62ea.tar.gz misskey-0781c0886e85275c654f3d2d5a141118526d62ea.tar.bz2 misskey-0781c0886e85275c654f3d2d5a141118526d62ea.zip | |
Merge pull request #1361 from akihikodaki/misc
Abolish common and misc directories
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 8090bbef28..6580cbf4b1 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 '../../../../misc/get-post-summary'; +import getPostSummary from '../../../../get-post-summary'; export default (os) => (opts) => { const o = opts || {}; |