mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-04 00:20:39 +00:00
10 lines
166 B
Svelte
10 lines
166 B
Svelte
<script context="module" lang="ts">
|
|
export const prerender = true
|
|
</script>
|
|
|
|
<script lang="ts">
|
|
import Create from '$lib/views/Create.svelte'
|
|
</script>
|
|
|
|
<Create />
|