From 15b81799636ac8cf4bde96894dc4ee8139063ece Mon Sep 17 00:00:00 2001 From: Erin Date: Sun, 12 Nov 2023 17:50:54 -0500 Subject: [PATCH] need to re-return data to work --- src/routes/+layout.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts index 50c9817..04e6d82 100644 --- a/src/routes/+layout.ts +++ b/src/routes/+layout.ts @@ -12,4 +12,6 @@ export const load: LayoutLoad = ({data, url}) => { ); } } + + return data; };