Added title

This commit is contained in:
mikwee 2021-10-13 19:28:31 +03:00
parent 6c3f7078f0
commit bb3075c98c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import roots from './roots.json'
function App() {
return (
<div className="App">
<h1 id="title">{roots.title}</h1>
</div>
);
}