From 9aa896dd0635135b38749dcf0b317db635fc65f2 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Thu, 5 Feb 2026 05:19:15 -0800 Subject: [PATCH] add title to layout --- src/routes/+layout.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 0a3c0fd..768c35c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -5,5 +5,7 @@ let { children } = $props(); - +AMQ Train {@render children()}