6 lines
93 B
Svelte
6 lines
93 B
Svelte
<script lang="ts">
|
|
import { t } from "./i18n/store";
|
|
</script>
|
|
|
|
<h1>{$t("welcome")}</h1>
|