Diff of /frontend/src/App.js [000000] .. [70ba26]

Switch to side-by-side view

--- a
+++ b/frontend/src/App.js
@@ -0,0 +1,7 @@
+import { ImageUpload } from "./home.js";
+
+function App() {
+  return <ImageUpload />;
+}
+
+export default App;