]> git.r.bdr.sh - rbdr/forum/blame_incremental - src/routes/index.svelte
Update to SvelteKit
[rbdr/forum] / src / routes / index.svelte
... / ...
CommitLineData
1<script>
2 import { _ } from 'svelte-i18n';
3</script>
4
5<h1>{$_('home.title')}</h1>
6<p>{$_('home.content')}</p>