Skip to content

Commit e27c2cc

Browse files
committed
Refactor
1 parent ec5907e commit e27c2cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/ui/src/components/form-input/components/types.ts

Whitespace-only changes.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { FormTextInput } from './components/form-text-input'
22

33
const FormInput = {
4-
Text: FormTextInput,
5-
Search: () => null
4+
Text: FormTextInput
65
}
76

87
export { FormInput }

0 commit comments

Comments
 (0)