Skip to content

Commit 545eade

Browse files
committed
fix: Update rollup exports
1 parent dc7b069 commit 545eade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ export default [
1414
index: "src/index.ts",
1515
FormField: "src/form/field/FormField.tsx",
1616
Input: "src/form/input/Input.tsx",
17+
NumberInput: "src/form/input/number/NumberInput.tsx",
1718
PasswordInput: "src/form/password-input/PasswordInput.tsx",
19+
Select: "src/select/Select.tsx",
1820
FileInput: "src/form/input/file/FileInput.tsx",
1921
Checkbox: "src/form/input/checkbox/CheckboxInput.tsx",
2022
Radio: "src/form/input/radio/RadioInput.tsx",
2123
RadioGroup: "src/form/input/radio/group/RadioGroup.tsx",
2224
TypeaheadInput: "src/form/input/typeahead/TypeaheadInput.tsx",
2325
TypeaheadSelect: "src/select/typeahead/TypeaheadSelect.tsx",
24-
Dropdown: "src/dropdown/Dropdown.tsx",
2526
List: "src/list/List.tsx",
2627
ListItem: "src/list/item/ListItem.tsx",
2728
Button: "src/button/Button.tsx",

0 commit comments

Comments
 (0)