aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/+layout.server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/+layout.server.ts')
-rw-r--r--src/routes/+layout.server.ts8
1 files changed, 4 insertions, 4 deletions
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 };
+};