⬆️ 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
+1 -2
View File
@@ -2,7 +2,6 @@
<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>
@@ -11,6 +10,6 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="./src/index.js" type="module"></script>
<script src="./src/index.jsx" type="module"></script>
</body>
</html>