Rename html to toHtml

This commit is contained in:
Aya Morisawa
2019-01-30 14:57:13 +09:00
parent 4c9b66b0f0
commit 3058e8f354
4 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { INote } from '../../../models/note';
import toHtml from '../../../mfm/html';
import toHtml from '../../../mfm/toHtml';
import parse from '../../../mfm/parse';
export default function(note: INote) {