chore(examples): update example set-ups

This commit is contained in:
Eric Y Liu 2021-07-29 15:23:37 -07:00
commit 49c5142111
97 changed files with 6670 additions and 15715 deletions

View file

@ -1,5 +0,0 @@
import App from "./App.svelte";
const app = new App({ target: document.body });
export default app;