refactor: clean up redundant imports (resolves #11)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user