ReactSelect: Cleanup import order

This commit is contained in:
Gustav Hansen 2022-04-06 19:01:19 +02:00
parent bbacc01993
commit ba367622f9

View File

@ -7,11 +7,11 @@ import { components } from 'react-select';
import { Flex } from '@strapi/design-system/Flex';
import { Icon } from '@strapi/design-system/Icon';
import { ReactSelect as Select, pxToRem } from '@strapi/helper-plugin';
import { Typography } from '@strapi/design-system/Typography';
import ChevronUp from '@strapi/icons/ChevronUp';
import ChevronDown from '@strapi/icons/ChevronDown';
import { ReactSelect as Select, pxToRem } from '@strapi/helper-plugin';
import flattenTree from './utils/flattenTree';
const ToggleButton = styled.button`