mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 14:00:48 +00:00
ReactSelect: Cleanup import order
This commit is contained in:
parent
bbacc01993
commit
ba367622f9
@ -7,11 +7,11 @@ import { components } from 'react-select';
|
|||||||
|
|
||||||
import { Flex } from '@strapi/design-system/Flex';
|
import { Flex } from '@strapi/design-system/Flex';
|
||||||
import { Icon } from '@strapi/design-system/Icon';
|
import { Icon } from '@strapi/design-system/Icon';
|
||||||
|
import { ReactSelect as Select, pxToRem } from '@strapi/helper-plugin';
|
||||||
import { Typography } from '@strapi/design-system/Typography';
|
import { Typography } from '@strapi/design-system/Typography';
|
||||||
import ChevronUp from '@strapi/icons/ChevronUp';
|
import ChevronUp from '@strapi/icons/ChevronUp';
|
||||||
import ChevronDown from '@strapi/icons/ChevronDown';
|
import ChevronDown from '@strapi/icons/ChevronDown';
|
||||||
|
|
||||||
import { ReactSelect as Select, pxToRem } from '@strapi/helper-plugin';
|
|
||||||
import flattenTree from './utils/flattenTree';
|
import flattenTree from './utils/flattenTree';
|
||||||
|
|
||||||
const ToggleButton = styled.button`
|
const ToggleButton = styled.button`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user