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