feat: import all styles

This commit is contained in:
Shivam Mishra
2025-05-07 22:03:01 +05:30
parent 2d5993dfe3
commit b22a903446
+6
View File
@@ -1,5 +1,11 @@
import { h, defineCustomElement } from 'vue';
// Import dashboard styles
import '../dashboard/assets/scss/app.scss';
import 'vue-multiselect/dist/vue-multiselect.css';
// Import floating-vue styles from dashboard.js
import 'floating-vue/dist/style.css';
const ChatButton = {
name: 'ChatButton',
props: {