mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-05 17:00:39 +00:00
move folder
This commit is contained in:
9
frontend/src/routes/index.svelte
Normal file
9
frontend/src/routes/index.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script context="module" lang="ts">
|
||||
export const prerender = true
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
import Create from '$lib/views/Create.svelte'
|
||||
</script>
|
||||
|
||||
<Create />
|
Reference in New Issue
Block a user