diff --git a/src/App.js b/src/App.js index 696ec27..e87b3de 100644 --- a/src/App.js +++ b/src/App.js @@ -20,6 +20,7 @@ export default function App() { useEffect(() => { fileInput = document.getElementById("fileInput") + document.title = "ReDraw" }, []) function onCreateCanvas(inputWidth, inputHeight) {