NuxtN
Nuxt2y ago
10 replies
Gawel91

Import types from another component

When I write an interface in a component and want to import it somewhere else, I get this error:
Cannot find module '@/components/commons/inputs/AppRadioButtonGroup' or its corresponding type declarations.

I tried moving the type into a separate file (not what I want ideally) but then I get a warning:
Two component files resolving to the same name AppRadioButton

Is there a good way to do this?
Was this page helpful?