1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-18 15:53:04 +09: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';
/**