1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 23:46:30 +02:00
This commit is contained in:
syuilo
2017-11-25 10:45:32 +09:00
parent 2a8c959d09
commit 156209985b

View File

@@ -3,7 +3,7 @@
*/
import $ from 'cafy';
import { default as Channel, IChannel } from '../../models/channel';
import { default as Post, IPost } from '../../models/post';
import Post from '../../models/post';
import serialize from '../../serializers/post';
/**