From 913a8338246fd34eb797c32f326e184332702aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Fri, 8 Nov 2024 15:47:20 +0100 Subject: [PATCH] fix: build --- src/routes/(app)/ccos/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(app)/ccos/+layout.svelte b/src/routes/(app)/ccos/+layout.svelte index d5d3954a..29d3095b 100644 --- a/src/routes/(app)/ccos/+layout.svelte +++ b/src/routes/(app)/ccos/+layout.svelte @@ -2,7 +2,7 @@ let { children } = $props(); -

Firmware Updates

+

Firmware Updates

{@render children()}