forked from FoundKeyGang/FoundKey
Fix
This commit is contained in:
parent
45e8331e26
commit
0d27dfe414
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue