From 9e6c4a1228198ac2201f65c96620cd1df963083e Mon Sep 17 00:00:00 2001
From: Vinicius Yahagi Rios
<136207802+ViniciusRiosYahagi@users.noreply.github.com>
Date: Thu, 14 Aug 2025 10:06:03 +0900
Subject: [PATCH] Update +layout.svelte
Changing old syntax for svelte 5 syntax. Where instead use it's recommended to use children.
---
src/routes/+layout.svelte | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index fd915fd..3b6bf64 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,11 +1,12 @@
-
+ {@render children()}