This commit is contained in:
syuilo 2017-03-18 20:13:38 +09:00
parent 45e8331e26
commit 0d27dfe414
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Module dependencies * Module dependencies
*/ */
import $ from 'cafy'; import $ from 'cafy';
const parse = require('../../../common/text'); import parse from '../../common/text';
import Post from '../../models/post'; import Post from '../../models/post';
import { isValidText } from '../../models/post'; import { isValidText } from '../../models/post';
import User from '../../models/user'; import User from '../../models/user';