Skip to content

Commit 3cf359a

Browse files
committed
feat: export SelectInput component from index.ts
1 parent d542a39 commit 3cf359a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/form/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export * from "./PasswordInput"
1010
export * from "./PinInput"
1111
export * from "./RadioGroup"
1212
export * from "./RadioInput"
13+
export * from "./SelectInput"
1314
export * from "./SwitchInput"
1415
export * from "./TextAreaInput"
1516
export * from "./TextInput"

0 commit comments

Comments
 (0)