aboutsummaryrefslogtreecommitdiff
path: root/src/routes/index.svelte
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 01:02:58 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 01:02:58 +0200
commitcac85db02ff00732cf75d473dc3411332f33d845 (patch)
tree5f244968a905eb3888434b3f60cbf05d2b652207 /src/routes/index.svelte
parenta7cf03c192470cbab13edeb1aec99e0c66dede10 (diff)
Apply formatting
Diffstat (limited to 'src/routes/index.svelte')
-rw-r--r--src/routes/index.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index f5fa06f..dad9253 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -1,4 +1,4 @@
-<script>
+<script lang="ts">
import { _ } from 'svelte-i18n';
import Loader from '$lib/components/loader/loader.svelte';
</script>