Skip to content

Commit 0b4822e

Browse files
Address PR review comments: Use direct imports from remix-hook-form/middleware
1 parent 3cd7a1c commit 0b4822e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • packages/components/src/remix-hook-form

packages/components/src/remix-hook-form/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
export * from './text-field';
2-
export * from './form';
31
export * from './checkbox';
4-
export * from './date-picker';
5-
export * from './dropdown-menu-select';
6-
export * from './otp-input';
2+
export * from './form';
3+
export * from './input';
4+
export * from './label';
5+
export * from './select';
6+
export * from './text-field';
77
export * from './radio-group';
88
export * from './radio-group-item';
99
export * from './switch';

0 commit comments

Comments
 (0)