Make Nuxt Icon <Icon> a global component?
Hi, we are using nuxt 3, and im using the NuxtIcon module https://nuxt.com/modules/icon - but right now we dont have our components auto importing, so i wondered how can I make it so I dont need to do
import { Icon } from '#components' in every component?