style: remove unused imports

This commit is contained in:
Shivam Mishra
2024-12-11 17:47:16 +05:30
parent 409e367c21
commit 40888b8a1d
@@ -2,8 +2,6 @@
import { ref, computed } from 'vue';
import { useMessageContext } from '../provider.js';
import Icon from 'next/icon/Icon.vue';
import ImageBubble from './Image.vue';
import VideoBubble from './Video.vue';
import BaseBubble from 'next/message/bubbles/Base.vue';
import MessageFormatter from 'shared/helpers/MessageFormatter.js';