SEO, images, cleanup

This commit is contained in:
David Haz
2025-07-09 09:50:02 +03:00
parent 83607dc6c5
commit 8b35b43b08
18 changed files with 165 additions and 76 deletions

View File

@@ -8,7 +8,6 @@ import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
// PrimeVue imports
import PrimeVue from 'primevue/config'
import Aura from '@primeuix/themes/aura'
import Button from 'primevue/button'
@@ -26,7 +25,6 @@ app.use(PrimeVue, {
})
app.use(ToastService)
// Global components
app.component('Button', Button)
app.component('Toast', Toast)
app.component('Select', Select)