Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
static-templates
/
sveltekit
like
0
Running
App
Files
Files
Community
main
sveltekit
/
src
/
routes
/
+layout.svelte
coyotte508
Sveltekit tempalte
89a36e7
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
104 Bytes
<
script
lang
=
"ts"
>
import
'../app.css'
;
let
{ children }
= $props();
</
script
>
{@render children()}