refactor: clean up redundant imports (resolves #11)
Commit / ci (push) Has been cancelled
PullRequest / publish (pull_request) Failing after 2m22s

This commit is contained in:
2026-04-03 13:26:04 +02:00
parent 2e16cf9d51
commit 005dc22a2e
+1 -1
View File
@@ -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) => {