From f07f6c183ca915af2c9572ad0bfbc769e9cd68e5 Mon Sep 17 00:00:00 2001 From: Szymon Brud Date: Sun, 18 Feb 2024 11:31:04 +0100 Subject: [PATCH] fix: update title --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 7e14630..e69d398 100644 --- a/src/App.js +++ b/src/App.js @@ -3,7 +3,7 @@ import React from 'react'; import { Hello } from './components/Hello/Hello'; function App() { - return ; + return ; } export default App;