From ab4e68032d4c76a21a87a5f72956ece29690b619 Mon Sep 17 00:00:00 2001 From: Morgan Bentell Date: Tue, 21 Feb 2023 13:50:08 +0100 Subject: [PATCH] remove unused import Signed-off-by: Morgan Bentell --- plugins/techdocs-addons-test-utils/src/test-utils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-addons-test-utils/src/test-utils.tsx b/plugins/techdocs-addons-test-utils/src/test-utils.tsx index 53da924db5..e60a96402c 100644 --- a/plugins/techdocs-addons-test-utils/src/test-utils.tsx +++ b/plugins/techdocs-addons-test-utils/src/test-utils.tsx @@ -14,7 +14,7 @@ * limitations under the License. */ -import React, { ReactElement, Fragment } from 'react'; +import React, { ReactElement } from 'react'; // Shadow DOM support for the simple and complete DOM testing utilities // https://github.com/testing-library/dom-testing-library/issues/742#issuecomment-674987855