diff --git a/src/routes/+layout.server.ts b/src/routes/+layout.server.ts index f7dc423..27f284a 100644 --- a/src/routes/+layout.server.ts +++ b/src/routes/+layout.server.ts @@ -1,4 +1,4 @@ -import { getSession as getSession } from '$lib/auth'; +import { getSession } from '$lib/auth'; import type { LayoutServerLoad } from './$types'; export const load: LayoutServerLoad = async (event) => {