aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/apps/web/src/routes/+page.svelte
blob: cff1f2154c74dc50ab90142b0d439e7cca64d74f (plain) (blame)
1
2
3
4
5
6
7
8
<script lang="ts">
  import { MyCounterButton } from 'ui';
</script>

<h1>Web</h1>
<MyCounterButton />

<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>