From 54bbc06bd84437c6b38e2f6c57060f21a8318720 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 19 Feb 2023 14:08:33 +0100 Subject: . --- src/routes/+layout.server.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/routes/+layout.server.ts') diff --git a/src/routes/+layout.server.ts b/src/routes/+layout.server.ts index fc087d8..0eef9d3 100644 --- a/src/routes/+layout.server.ts +++ b/src/routes/+layout.server.ts @@ -1,6 +1,6 @@ -import type { LayoutServerLoad } from './$types' +import type { LayoutServerLoad } from "./$types"; export const load: LayoutServerLoad = ({ locals: { locale, LL } }) => { - // pass locale information from "server-context" to "shared server + client context" - return { locale } -} + // pass locale information from "server-context" to "shared server + client context" + return { locale }; +}; -- cgit v1.3