From 56b793cd1ec766e5da93312e32c499f235c6e3a9 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 5 Apr 2025 17:58:42 +0200 Subject: [PATCH] Remove empty CSS --- src/App.css | 0 src/App.tsx | 1 - 2 files changed, 1 deletion(-) delete mode 100644 src/App.css diff --git a/src/App.css b/src/App.css deleted file mode 100644 index e69de29..0000000 diff --git a/src/App.tsx b/src/App.tsx index 3116fef..74e0b43 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,7 +6,6 @@ import { useRef, useState, } from "react"; -import "./App.css"; import { useDropzone } from "react-dropzone"; import { Box,