mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-31 02:03:35 -07:00
da18a1f9da
This lets us manage their increasingly disparate dependencies separately
7 lines
109 B
Svelte
7 lines
109 B
Svelte
<script lang="ts">
|
|
import '../app.css';
|
|
let { children } = $props();
|
|
</script>
|
|
|
|
{@render children()}
|