From 28bfb4542626b6bb781872af5faa8cadc4eafc56 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Wed, 30 Jan 2019 16:56:27 +0900 Subject: Avoid export default --- src/client/app/common/scripts/note-mixin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/common/scripts') diff --git a/src/client/app/common/scripts/note-mixin.ts b/src/client/app/common/scripts/note-mixin.ts index 047e2ae55e..5707d1bb41 100644 --- a/src/client/app/common/scripts/note-mixin.ts +++ b/src/client/app/common/scripts/note-mixin.ts @@ -1,4 +1,4 @@ -import parse from '../../../../mfm/parse'; +import { parse } from '../../../../mfm/parse'; import { sum, unique } from '../../../../prelude/array'; import shouldMuteNote from './should-mute-note'; import MkNoteMenu from '../views/components/note-menu.vue'; -- cgit v1.2.3-freya