From 8cd8449034f9429b8bc098270d276e029654a146 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 23 Jun 2023 10:51:59 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(inputFileComponent):=20?= =?UTF-8?q?remove=20unused=20import=20of=20RadialProgressComponent=20The?= =?UTF-8?q?=20import=20of=20RadialProgressComponent=20was=20removed=20as?= =?UTF-8?q?=20it=20was=20not=20being=20used=20in=20the=20component.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/inputFileComponent/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/src/components/inputFileComponent/index.tsx b/src/frontend/src/components/inputFileComponent/index.tsx index 958cdd597..b01590b78 100644 --- a/src/frontend/src/components/inputFileComponent/index.tsx +++ b/src/frontend/src/components/inputFileComponent/index.tsx @@ -5,7 +5,6 @@ import { FileComponentType } from "../../types/components"; import { TabsContext } from "../../contexts/tabsContext"; import { INPUT_STYLE } from "../../constants"; import { uploadFile } from "../../controllers/API"; -import RadialProgressComponent from "../RadialProgress"; export default function InputFileComponent({ value, @@ -118,7 +117,7 @@ export default function InputFileComponent({ )} {!editNode && loading && ( - + )}