mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
8 lines
105 B
Svelte
8 lines
105 B
Svelte
|
|
<script lang="ts">
|
||
|
|
import '../app.css';
|
||
|
|
|
||
|
|
let { children } = $props();
|
||
|
|
</script>
|
||
|
|
|
||
|
|
{@render children()}
|