Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
coyotte508/dduf-check
DDUF
/
dduf-check
like
0
Running
App
Files
Files
Community
3
c27d5c6
dduf-check
/
src
/
routes
/
+layout.svelte
coyotte508
init
c27d5c6
27 days ago
raw
Copy download link
history
blame
Safe
103 Bytes
<
script
lang
=
"ts"
>
import
'../app.css'
;
let
{ children }
= $props();
</
script
>
{@render children()}