mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Chore: Restructure Repository for SvelteKit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import '../app.css'
|
||||
|
||||
let { children } = $props()
|
||||
</script>
|
||||
|
||||
{@render children()}
|
||||
@@ -0,0 +1,2 @@
|
||||
export const ssr = false
|
||||
export const prerender = true
|
||||
@@ -0,0 +1,2 @@
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|
||||
Reference in New Issue
Block a user