From 26c9e18a5f4cb263fe29c21805c6b4b0fce5af23 Mon Sep 17 00:00:00 2001 From: Glen Date: Tue, 23 Jan 2024 18:17:48 -0500 Subject: [PATCH] Reordering impots --- .../renderers/InputPasswordControl/InputPasswordControl.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v3/src/components/Form/jsonforms/renderers/InputPasswordControl/InputPasswordControl.tsx b/src/v3/src/components/Form/jsonforms/renderers/InputPasswordControl/InputPasswordControl.tsx index 453f68bd682..31b6bc8a9eb 100644 --- a/src/v3/src/components/Form/jsonforms/renderers/InputPasswordControl/InputPasswordControl.tsx +++ b/src/v3/src/components/Form/jsonforms/renderers/InputPasswordControl/InputPasswordControl.tsx @@ -34,8 +34,8 @@ import { useAutoFocus, useDebouncedChange, } from '../../../../../hooks'; +import { ChangeEvent } from '../../../../../types'; import { eventToValue } from '../../../../../util'; -import { ChangeEvent } from '../../../../..//types'; const InputPassword: FunctionComponent = ({ // uischema, @@ -116,7 +116,7 @@ const InputPassword: FunctionComponent = ({ }; return ( - +