cryptgeon/client/src/routes/index.svelte

10 lines
162 B
Svelte
Raw Normal View History

2021-05-02 03:08:30 +02:00
<script context="module" lang="ts">
export const prerender = true;
</script>
<script lang="ts">
import Create from '$lib/Create.svelte';
</script>
<Create />