diff --git a/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx b/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx index 9f5d374eede6..472c26c250c8 100644 --- a/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx +++ b/editor/src/components/inspector/sections/component-section/data-picker-popup.tsx @@ -1,9 +1,8 @@ -import { Button } from 'antd' import React from 'react' import { jsExpressionOtherJavaScriptSimple } from '../../../../core/shared/element-template' import { optionalMap } from '../../../../core/shared/optional-utils' import type { PropertyPath } from '../../../../core/shared/project-file-types' -import { useColorTheme, FlexColumn, UtopiaStyles, UtopiaTheme } from '../../../../uuiui' +import { useColorTheme, UtopiaTheme, Button, FlexColumn, UtopiaStyles } from '../../../../uuiui' import { setProp_UNSAFE } from '../../../editor/actions/action-creators' import { useDispatch } from '../../../editor/store/dispatch-context' import { useRefEditorState } from '../../../editor/store/store-hook'