Remove unused code and update readme

This commit is contained in:
2020-07-22 11:57:07 +02:00
parent b6d776c78d
commit 5a7f7b6f17
9 changed files with 23 additions and 249 deletions

11
src/components/App.tsx Normal file
View File

@@ -0,0 +1,11 @@
import React from 'react';
function App() {
return (
<>
<h1>Spoti Search</h1>
</>
);
}
export default App;