♻️ refactor(index.ts): remove unused imports from index.ts

The imports for ForwardRefExoticComponent, ReactElement, ReactFragment, ReactNode, and SVGProps were not being used in the file, so they were removed to improve code readability and maintainability.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-15 20:48:45 -03:00
commit eede3ac0e6

View file

@ -1,10 +1,4 @@
import {
ForwardRefExoticComponent,
ReactElement,
ReactFragment,
ReactNode,
SVGProps,
} from "react";
import { ForwardRefExoticComponent, ReactElement, ReactNode } from "react";
import { NodeDataType } from "../flow/index";
import { typesContextType } from "../typesContext";
export type InputComponentType = {