WIP MMCM
This commit is contained in:
@@ -7,6 +7,8 @@ import brands from '@fortawesome/fontawesome-free/css/brands.css'
|
||||
import solid from '@fortawesome/fontawesome-free/css/solid.css'
|
||||
import regular from '@fortawesome/fontawesome-free/css/regular.css'
|
||||
|
||||
import { Icon } from '@iconify/vue';
|
||||
|
||||
|
||||
import App from './App.vue'
|
||||
import router from "./router/index"
|
||||
@@ -21,4 +23,5 @@ const app = createApp(App)
|
||||
app.use(router);
|
||||
app.use(pinia)
|
||||
app.component('Datepicker', Datepicker);
|
||||
app.component('Icon', Icon);
|
||||
app.mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user