Skip to content

Commit 9fe5b2b

Browse files
committed
refactor: update form component exports to include file extensions
- Modified the exports in the form component index file to include explicit file extensions for better clarity and compatibility. - Ensured all component exports now point to their respective index.js files.
1 parent 275ea29 commit 9fe5b2b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Form component exports
2-
export * from './combobox';
3-
export * from './input';
4-
export * from './label';
5-
export * from './lightswitch';
6-
export * from './number';
7-
export * from './select';
8-
export * from './switch';
2+
export * from './combobox/index.js';
3+
export * from './input/index.js';
4+
export * from './label/index.js';
5+
export * from './lightswitch/index.js';
6+
export * from './number/index.js';
7+
export * from './select/index.js';
8+
export * from './switch/index.js';

0 commit comments

Comments
 (0)