This commit is contained in:
2021-05-02 03:08:30 +02:00
parent e62cfebecd
commit f291425d06
34 changed files with 1980 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<script context="module" lang="ts">
export const prerender = true;
</script>
<script lang="ts">
import Create from '$lib/Create.svelte';
</script>
<Create />