mirror of
https://github.com/khoaliber/dockhand.git
synced 2026-03-06 05:39:05 +00:00
Initial commit
This commit is contained in:
9
lib/components/main-content.svelte
Normal file
9
lib/components/main-content.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
import type { Snippet } from 'svelte';
|
||||
|
||||
let { children }: { children?: Snippet } = $props();
|
||||
</script>
|
||||
|
||||
<main class="bg-background flex w-full flex-1 flex-col min-w-0">
|
||||
{@render children?.()}
|
||||
</main>
|
||||
Reference in New Issue
Block a user