rename our components - fixes #534

This commit is contained in:
dakkar 2024-06-28 11:10:21 +01:00
parent 84e3eae77f
commit 7bafb3ab2e
6 changed files with 5 additions and 5 deletions

View file

@ -372,7 +372,7 @@ function watchForDraft() {
}
function MFMWindow() {
os.popup(defineAsyncComponent(() => import('@/components/MkMfmWindow.vue')), {}, {}, 'closed');
os.popup(defineAsyncComponent(() => import('@/components/SkMfmWindow.vue')), {}, {}, 'closed');
}
function checkMissingMention() {