This commit is contained in:
syuilo 2017-11-25 10:45:32 +09:00
parent 2a8c959d09
commit 156209985b
1 changed files with 1 additions and 1 deletions

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';
/**