From df1d1423fba07886f183a6625fe6ec605b6a76bd Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Tue, 31 Dec 2019 02:14:27 +0300 Subject: Clean src/ --- src/App.js | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index ce9cbd2..386e165 100644 --- a/src/App.js +++ b/src/App.js @@ -1,26 +1,9 @@ import React from 'react'; -import logo from './logo.svg'; -import './App.css'; -function App() { +const App = () => { return ( -
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
-
+

ChronoCube - a professional speedcubing timer

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