From 6feb332973393b48369e12516808ad5294c9a843 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Tue, 31 Dec 2019 02:39:09 +0300 Subject: Add initial Header component --- src/App.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index 386e165..5954efa 100644 --- a/src/App.js +++ b/src/App.js @@ -1,9 +1,11 @@ import React from 'react'; +import Header from "./components/Header"; -const App = () => { - return ( +const App = () => ( +
+

ChronoCube - a professional speedcubing timer

- ); -}; +
+); export default App; -- cgit v1.2.3