fix mfm import

This commit is contained in:
ThatOneCalculator 2023-09-03 14:30:14 -07:00
parent 4b121cb549
commit 687cf91608
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -188,7 +188,7 @@
import { computed, inject, ref } from "vue";
import type { Ref } from "vue";
import type * as misskey from "firefish-js";
import type * as mfm from "mfm-js";
import * as mfm from "mfm-js";
import { detect as detectLanguage_ } from "tinyld";
import XNoteHeader from "@/components/MkNoteHeader.vue";
import MkSubNoteContent from "@/components/MkSubNoteContent.vue";