From 5792ce154fca8090088f7f6320e7db95d5bd34c3 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Wed, 13 Aug 2025 16:43:53 +0200 Subject: [PATCH] removed unnessearry stuff --- frontend/src/components/ImportGUI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ImportGUI.tsx b/frontend/src/components/ImportGUI.tsx index 308bfd0..ad8b247 100644 --- a/frontend/src/components/ImportGUI.tsx +++ b/frontend/src/components/ImportGUI.tsx @@ -1,4 +1,4 @@ -import React, { useState } from "react"; +import React from "react"; import CircleUpload from "./CircleUpload"; import { CircleX } from "lucide-react"; import { postCSV } from "../utils/fileHandler";