Commit ff0df56
fix(radio-button-group): use internal import path for types
Update import path from '@limetech/lime-elements' to
'../../components'.
This change is necessary because lime-elements cannot import from
itself. Using the package name '@limetech/lime-elements' in imports
within the src/ directory would create circular dependencies and cause
issues with the components.d.ts file generation.
Co-Authored-By: Claude <[email protected]>1 parent ce981dd commit ff0df56
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments