chore(examples): bump deps

This commit is contained in:
Eric Liu 2022-01-08 10:00:33 -08:00
commit e4a4f136fa
13 changed files with 2892 additions and 2998 deletions

View file

@ -6,11 +6,9 @@
</head>
<body>
<script type="module">
import App from "/src/App.svelte";
import App from "./src/App.svelte";
const app = new App({ target: document.body });
export default app;
</script>
</body>
</html>