Skip to content
Snippets Groups Projects
Commit 0d27dfe4 authored by syuilo's avatar syuilo
Browse files

Fix

parent 45e8331e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
* Module dependencies
*/
import $ from 'cafy';
const parse = require('../../../common/text');
import parse from '../../common/text';
import Post from '../../models/post';
import { isValidText } from '../../models/post';
import User from '../../models/user';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment