diff --git a/packages/ui/components/VisualEditor/SchemaProperty.tsx b/packages/ui/components/VisualEditor/SchemaProperty.tsx index 642aa8e25..7eb9f5a39 100644 --- a/packages/ui/components/VisualEditor/SchemaProperty.tsx +++ b/packages/ui/components/VisualEditor/SchemaProperty.tsx @@ -1,6 +1,5 @@ import React from 'react'; import _ from 'lodash'; -import SchemaObject from './SchemaObject'; import PropertyControls from './PropertyControls'; import { RequiredIcon, NotRequiredIcon, TrashIcon } from '../icons';