Update App.js

This commit is contained in:
brausjonas
2023-07-08 00:17:11 +02:00
parent bf83a20fcf
commit 483696d0eb
+1
View File
@@ -20,6 +20,7 @@ export default function App() {
useEffect(() => { useEffect(() => {
fileInput = document.getElementById("fileInput") fileInput = document.getElementById("fileInput")
document.title = "ReDraw"
}, []) }, [])
function onCreateCanvas(inputWidth, inputHeight) { function onCreateCanvas(inputWidth, inputHeight) {