diff --git a/apps/publisher-dashboard/src/routes/+layout.svelte b/apps/publisher-dashboard/src/routes/+layout.svelte index 8a36018..7dcf9e5 100644 --- a/apps/publisher-dashboard/src/routes/+layout.svelte +++ b/apps/publisher-dashboard/src/routes/+layout.svelte @@ -9,6 +9,4 @@ interface Props { let { children }: Props = $props(); -
- {@render children()} -
+{@render children()}