Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Mar 11, 2024
1 parent 72fe625 commit e8195dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terra-form-select/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Select from './Select';

import SelectField from './SelectField';
import Combobox from './Combobox';
import ComboboxField from './ComboboxField';
import MultiSelect from './MultiSelect';
Expand All @@ -9,6 +8,7 @@ import NativeSelect from './native-select/NativeSelect';
import NativeSelectField from './native-select/NativeSelectField';
import SearchSelect from './SearchSelect';
import SearchSelectField from './SearchSelectField';
import SelectField from './SelectField';
import SingleSelect from './SingleSelect';
import SingleSelectField from './SingleSelectField';
import TagSelect from './TagSelect';
Expand Down

0 comments on commit e8195dc

Please sign in to comment.