merge: rename our components - fixes #534 (!563)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/563

Closes #534

Approved-by: Marie <marie@kaifa.ch>
Approved-by: Tess K <me@thvxl.se>
This commit is contained in:
dakkar 2024-07-29 10:44:04 +00:00
commit cc48b26c1b
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() {