diff options
author | Eugene <eug-vs@keemail.me> | 2019-12-31 19:32:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 19:32:33 +0000 |
commit | 800992d6322897acb5829ee40728bc5adee455e5 (patch) | |
tree | 3d0b2c624310b4233ff7b5891102d403af236bf4 /src/App.js | |
parent | 03066fdce955010ddb2b95fe319a862ed2c047ea (diff) | |
parent | 11f4a2cff3068cdb27bf5da0054d8204a3ee5070 (diff) | |
download | chrono-cube-ui-800992d6322897acb5829ee40728bc5adee455e5.tar.gz |
Merge pull request #8 from Eug-VS/markup
Markup initial homepage
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/App.js b/src/App.js deleted file mode 100644 index 386e165..0000000 --- a/src/App.js +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react'; - -const App = () => { - return ( - <h1> ChronoCube - a professional speedcubing timer</h1> - ); -}; - -export default App; |