Clean up Redundant Imports #22

Merged
schreifuchs merged 3 commits from issue-11 into main 2026-04-03 14:09:40 +02:00
Showing only changes of commit 005dc22a2e - Show all commits
+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) => {