From 78170fd792f71bcf6e080716ac08f2dc4963d767 Mon Sep 17 00:00:00 2001 From: Derek Holodak Date: Sat, 13 Sep 2025 12:45:05 -0400 Subject: [PATCH] On branch main Your branch is ahead of 'origin/main' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: modified: src/App.jsx --- src/App.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 12fe7b2..0aac1b7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,11 +1,8 @@ import { useState } from 'react' -import reactLogo from './assets/react.svg' -import viteLogo from '/vite.svg' import './App.css' import FileUploader from './components/FileUploader/FileUploader' function App() { - const [count, setCount] = useState(0) return ( <>