⬆️ Update dependencies

This commit is contained in:
Alexandre Mouton-Brady
2021-01-02 14:20:08 +01:00
parent 5cc4d5bcfd
commit 1dddc03a84
30 changed files with 726 additions and 8486 deletions
+25
View File
@@ -0,0 +1,25 @@
import logo from "./logo.svg";
import "./App.css";
function App() {
return (
<div class="App">
<header class="App-header">
<img src={logo} class="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
class="App-link"
href="https://github.com/ryansolid/solid"
target="_blank"
rel="noopener noreferrer"
>
Learn Solid
</a>
</header>
</div>
);
}
export default App;