chore: merge dependency imports

Signed-off-by: Frank Kong <frkong@redhat.com>
This commit is contained in:
Frank Kong
2024-04-26 10:21:50 -04:00
parent da8e0aae92
commit 2b959e049f
@@ -14,7 +14,14 @@
* limitations under the License.
*/
import { ComponentType, ElementType, FormEvent, ReactNode, Ref } from 'react';
import {
ComponentType,
ElementType,
FormEvent,
HTMLAttributes,
ReactNode,
Ref,
} from 'react';
import {
ErrorSchema,
FormContextType,
@@ -32,7 +39,6 @@ import {
Experimental_DefaultFormStateBehavior,
ErrorTransformer,
} from '@rjsf/utils';
import { HTMLAttributes } from 'react';
import Form, { IChangeEvent } from '@rjsf/core';
/**