From cca1a03587e451d5904d62b7422b153144099b7f Mon Sep 17 00:00:00 2001 From: Gabriel Cavalcante Date: Tue, 15 Oct 2024 01:41:25 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20removido=20vari=C3=A1veis=20n=C3=A3o=20u?= =?UTF-8?q?tilizadas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- context/CurrentMovimentationCtx.tsx | 2 +- context/CurrentRemoveTargetCtx.tsx | 2 +- context/MovimentationCtx.tsx | 2 +- context/OpenCloseAddDialogCtx.tsx | 2 +- context/OpenCloseRemoveDialogCtx.tsx | 8 +------- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/context/CurrentMovimentationCtx.tsx b/context/CurrentMovimentationCtx.tsx index d656bde..cd44633 100644 --- a/context/CurrentMovimentationCtx.tsx +++ b/context/CurrentMovimentationCtx.tsx @@ -1,4 +1,4 @@ -import React, { +import { createContext, Dispatch, FC, diff --git a/context/CurrentRemoveTargetCtx.tsx b/context/CurrentRemoveTargetCtx.tsx index e9bc797..bd70332 100644 --- a/context/CurrentRemoveTargetCtx.tsx +++ b/context/CurrentRemoveTargetCtx.tsx @@ -1,4 +1,4 @@ -import React, { +import { createContext, Dispatch, ReactNode, diff --git a/context/MovimentationCtx.tsx b/context/MovimentationCtx.tsx index 8658844..27541c6 100644 --- a/context/MovimentationCtx.tsx +++ b/context/MovimentationCtx.tsx @@ -1,4 +1,4 @@ -import React, { createContext, ReactNode, useContext, useState } from "react"; +import { createContext, ReactNode, useContext, useState } from "react"; import MovimentationType from "../utils/enums/movimentationType"; import { dateFormatter } from "../utils/functions/formatter"; import { diff --git a/context/OpenCloseAddDialogCtx.tsx b/context/OpenCloseAddDialogCtx.tsx index c499ad0..12c1fdb 100644 --- a/context/OpenCloseAddDialogCtx.tsx +++ b/context/OpenCloseAddDialogCtx.tsx @@ -1,4 +1,4 @@ -import React, { createContext, ReactNode, useContext, useState } from "react"; +import { createContext, ReactNode, useContext, useState } from "react"; interface IOpenCloseAddDialog { addDialogIsOpen: boolean; diff --git a/context/OpenCloseRemoveDialogCtx.tsx b/context/OpenCloseRemoveDialogCtx.tsx index ab92416..f066d76 100644 --- a/context/OpenCloseRemoveDialogCtx.tsx +++ b/context/OpenCloseRemoveDialogCtx.tsx @@ -1,10 +1,4 @@ -import React, { - createContext, - FC, - ReactNode, - useContext, - useState, -} from "react"; +import { createContext, FC, ReactNode, useContext, useState } from "react"; interface IOpenCloseRemoveDialog { removeDialogIsOpen: boolean;