From bb3075c98c743f8f34805e1f3da32c24a941b8c0 Mon Sep 17 00:00:00 2001 From: mikwee Date: Wed, 13 Oct 2021 19:28:31 +0300 Subject: [PATCH] Added title --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 665efb6..e1b4f07 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ import roots from './roots.json' function App() { return (
- +

{roots.title}

); }