feat(app): use pre-built stylesheet

This commit is contained in:
metonym 2021-09-01 13:11:25 -07:00
commit d340ed6695
3 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,7 @@
<script>
import { Button } from "../../src";
let count = 0;
</script>
<Button>Hello</Button>
<Button on:click="{() => count++}">Click me: {count}</Button>