⬆️ update dependencies

This commit is contained in:
Alexandre
2020-08-01 00:21:38 +02:00
parent 93ed2e7ebe
commit f43db2e890
9 changed files with 290 additions and 251 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
import logo from "./logo.svg";
import "./App.css";
import { Component } from "solid-js";
function App() {
const App: Component = () => {
return (
<div class="App">
<header class="App-header">
@@ -20,6 +21,6 @@ function App() {
</header>
</div>
);
}
};
export default App;
-16
View File
@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="./assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Solid App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./index.ts" type="module"></script>
</body>
</html>