fix: modals not showing properly due to imports not being updated after components folder restructuring

This commit is contained in:
SauceyRed 2025-07-14 01:05:47 +02:00
parent 7f1b26a59c
commit 088c6c558b
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
4 changed files with 6 additions and 5 deletions

View file

@ -71,6 +71,7 @@
import DOMPurify from 'dompurify';
import { parse } from 'marked';
import type { MessageProps } from '~/types/props';
import MessageReply from './UserInterface/MessageReply.vue';
const props = defineProps<MessageProps>();