aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorEugene <eug-vs@keemail.me>2019-12-31 19:32:33 +0000
committerGitHub <noreply@github.com>2019-12-31 19:32:33 +0000
commit800992d6322897acb5829ee40728bc5adee455e5 (patch)
tree3d0b2c624310b4233ff7b5891102d403af236bf4 /src/App.js
parent03066fdce955010ddb2b95fe319a862ed2c047ea (diff)
parent11f4a2cff3068cdb27bf5da0054d8204a3ee5070 (diff)
downloadchrono-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.js9
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;