added image upload functionality

This commit is contained in:
Danilo Di Cuia
2022-12-27 15:11:17 +01:00
parent b4cfaaddf1
commit 2b562e3495
7 changed files with 242 additions and 189 deletions
+1 -11
View File
@@ -26,18 +26,8 @@
-->
<title>React App</title>
</head>
<body>
<body style="margin: 0">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>