🎉 Initial commit

This commit is contained in:
Alexandre
2020-07-12 15:25:25 +02:00
commit d10efc1a87
14 changed files with 2573 additions and 0 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;