Two component files resolving to the same name `UiLabel`
Hello,
I'm creating a web application and when I try to make a component in the folder
app/components/ui/label/index.ts
app/components/ui/label/index.ts
and
app/components/ui/label/Label.vue
app/components/ui/label/Label.vue
like
shadcn-vue
shadcn-vue
does I have this error :
WARN Two component files resolving to the same name UiLabel: nuxt 07:08:35 - <path>/<project>/app/components/ui/label/index.ts - <path>/<project>/app/components/ui/label/Label.vue
WARN Two component files resolving to the same name UiLabel: nuxt 07:08:35 - <path>/<project>/app/components/ui/label/index.ts - <path>/<project>/app/components/ui/label/Label.vue