NuxtUI components are displayed without styling
Hey! I started exploring development with Nuxt4 and NuxtUI. I have kickstarted a project using the normal commands from official docs. However, the components I use from NuxtUI are displayed without any styling at all. I have searched some slight configuration changes through tutorials and other resources but it doesn't seem to help at all. I assume that it's something pretty straightforward, since I used only the default commands and configurations to create my project.
Below I include the code for the basic parts to help with resolution along with the page in browser.
Thanks in advance for any help!
Below I include the code for the basic parts to help with resolution along with the page in browser.
Thanks in advance for any help!
nuxt.config.ts
assets/css/main.css
app.vue
layouts/default.vue
pages/index.vue

