From eede3ac0e6933b9d7d41c0c911505bd776da14f2 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 15 Jun 2023 20:48:45 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(index.ts):=20remo?= =?UTF-8?q?ve=20unused=20imports=20from=20index.ts=20The=20imports=20for?= =?UTF-8?q?=20ForwardRefExoticComponent,=20ReactElement,=20ReactFragment,?= =?UTF-8?q?=20ReactNode,=20and=20SVGProps=20were=20not=20being=20used=20in?= =?UTF-8?q?=20the=20file,=20so=20they=20were=20removed=20to=20improve=20co?= =?UTF-8?q?de=20readability=20and=20maintainability.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/types/components/index.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/frontend/src/types/components/index.ts b/src/frontend/src/types/components/index.ts index 3ce29e5c1..2bef15435 100644 --- a/src/frontend/src/types/components/index.ts +++ b/src/frontend/src/types/components/index.ts @@ -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 = {