mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
8 lines
105 B
Svelte
8 lines
105 B
Svelte
<script lang="ts">
|
|
import '../app.css';
|
|
|
|
let { children } = $props();
|
|
</script>
|
|
|
|
{@render children()}
|