diff options
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; |