@codecademy/gamut

73.3.073.3.1-alpha.0e5de6.0
dist/Form/SelectDropdown/core/constants.js
~dist/Form/SelectDropdown/core/constants.jsModified
+2−2
Index: package/dist/Form/SelectDropdown/core/constants.js
===================================================================
--- package/dist/Form/SelectDropdown/core/constants.js
+++ package/dist/Form/SelectDropdown/core/constants.js
@@ -1,14 +1,14 @@
-import { AbbreviatedSingleValue, CustomContainer, CustomInput, CustomValueContainer, DropdownButton, IconOption, MultiValueRemoveButton, MultiValueWithColorMode, RemoveAllButton } from '../elements';
+import { AbbreviatedSingleValue, CustomContainer, CustomInput, CustomValueContainer, DropdownButton, IconOptionComponent, MultiValueRemoveButton, MultiValueWithColorMode, RemoveAllButton } from '../elements';
 const baseDefaultComponents = {
   DropdownIndicator: DropdownButton,
   IndicatorSeparator: () => null,
   ClearIndicator: RemoveAllButton,
   SelectContainer: CustomContainer,
   ValueContainer: CustomValueContainer,
   MultiValue: MultiValueWithColorMode,
   MultiValueRemove: MultiValueRemoveButton,
-  Option: IconOption,
+  Option: IconOptionComponent,
   SingleValue: AbbreviatedSingleValue,
   Input: CustomInput
 };