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

<h1>Docs</h1>
<MyCounterButton />

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