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 && (
-
+
)}