aboutsummaryrefslogtreecommitdiff
path: root/src/components/home
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/home')
-rw-r--r--src/components/home/home.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/home/home.svelte b/src/components/home/home.svelte
index 7000137..fa4a70e 100644
--- a/src/components/home/home.svelte
+++ b/src/components/home/home.svelte
@@ -1,5 +1,5 @@
<script>
- import { _ } from 'svelte-i18n';
+ import { _ } from 'svelte-i18n';
</script>
<h1>{$_('home.title')}</h1>