1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-23 11:39:25 -05: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';
/**