frontend/implementing-a-store #66

Merged
mixel merged 2 commits from frontend/implementing-a-store into main 2025-04-09 22:29:27 +02:00
Showing only changes of commit 3e3a82af81 - Show all commits

View file

@ -1,6 +1,6 @@
import './assets/main.css'
import { createApp, watch } from 'vue'
import { createApp } from 'vue'
import { createPinia } from 'pinia'
import PrimeVue from 'primevue/config'
import Aura from '@primeuix/themes/aura'