a b/frontend/src/App.js
1
import { ImageUpload } from "./home.js";
2
3
function App() {
4
  return <ImageUpload />;
5
}
6
7
export default App;