rebuild websites with svelte
still early WIP Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
5
firmware/website/src/Index.svelte
Normal file
5
firmware/website/src/Index.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { t } from "./i18n/store";
|
||||
</script>
|
||||
|
||||
<h1>{$t("welcome")}</h1>
|
||||
Reference in New Issue
Block a user