Extract MFM types

This commit is contained in:
Aya Morisawa
2019-01-30 14:51:30 +09:00
parent 6eb9ba31bf
commit 4c9b66b0f0
10 changed files with 48 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
import Vue, { VNode } from 'vue';
import { length } from 'stringz';
import { MfmForest } from '../../../../../mfm/parser';
import { MfmForest } from '../../../../../mfm/types';
import parse from '../../../../../mfm/parse';
import MkUrl from './url.vue';
import MkMention from './mention.vue';