Avoid export default

This commit is contained in:
Aya Morisawa 2019-01-30 16:56:27 +09:00
parent 1c60a49c96
commit 28bfb45426
No known key found for this signature in database
GPG key ID: 3E64865D70D579F2
18 changed files with 26 additions and 28 deletions

View file

@ -13,7 +13,7 @@ import notify from '../../notify';
import NoteWatching from '../../models/note-watching';
import watch from './watch';
import Mute from '../../models/mute';
import parse from '../../mfm/parse';
import { parse } from '../../mfm/parse';
import { IApp } from '../../models/app';
import UserList from '../../models/user-list';
import resolveUser from '../../remote/resolve-user';