Import types from another component
When I write an interface in a component and want to import it somewhere else, I get this error:
I tried moving the type into a separate file (not what I want ideally) but then I get a warning:
Is there a good way to do this?
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 AppRadioButtonIs there a good way to do this?
