From ff4cd5f8730a38ada04e633ad53dceda050f22c5 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Mon, 18 Mar 2024 14:37:43 -0500 Subject: [PATCH] Removed unused import (#353) --- plugins/ui/src/js/src/elements/ElementUtils.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/ui/src/js/src/elements/ElementUtils.test.tsx b/plugins/ui/src/js/src/elements/ElementUtils.test.tsx index b34351b1a..165432061 100644 --- a/plugins/ui/src/js/src/elements/ElementUtils.test.tsx +++ b/plugins/ui/src/js/src/elements/ElementUtils.test.tsx @@ -1,6 +1,5 @@ import React from 'react'; import { Text } from '@adobe/react-spectrum'; -import { Item } from '@deephaven/components'; import type { WidgetExportedObject } from '@deephaven/jsapi-types'; import { TestUtils } from '@deephaven/utils'; import { ELEMENT_KEY, isPrimitive, wrapElementChildren } from './ElementUtils';