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
This commit is contained in:
Derek Holodak
2025-09-13 12:45:05 -04:00
parent e56dc7c59c
commit 78170fd792

View File

@@ -1,11 +1,8 @@
import { useState } from 'react' import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css' import './App.css'
import FileUploader from './components/FileUploader/FileUploader' import FileUploader from './components/FileUploader/FileUploader'
function App() { function App() {
const [count, setCount] = useState(0)
return ( return (
<> <>