chore: Remove vue-multiselect package and styles from codebase (#13585)

This commit is contained in:
Sivin Varghese
2026-04-14 16:36:05 +05:30
committed by aakashb95
parent a75e0f73ad
commit c2bf64d29d
10 changed files with 7 additions and 396 deletions
-2
View File
@@ -5,7 +5,6 @@ import axios from 'axios';
// Global Components
import hljsVuePlugin from '@highlightjs/vue-plugin';
import Multiselect from 'vue-multiselect';
import { plugin, defaultConfig } from '@formkit/vue';
import WootWizard from 'components/ui/Wizard.vue';
import FloatingVue from 'floating-vue';
@@ -92,7 +91,6 @@ app.use(FloatingVue, {
});
app.use(hljsVuePlugin);
app.component('multiselect', Multiselect);
app.component('woot-wizard', WootWizard);
app.component('fluent-icon', FluentIcon);