Clean up Redundant Imports #22

Merged
schreifuchs merged 3 commits from issue-11 into main 2026-04-03 14:09:40 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:25-trixie AS base
FROM public.ecr.aws/docker/library/node:25-trixie AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
# RUN corepack enable
+1 -1
View File
@@ -1,4 +1,4 @@
import { getSession as getSession } from '$lib/server/session';
import { getSession } from '$lib/server/session';
import type { LayoutServerLoad } from './$types';
export const load: LayoutServerLoad = async (event) => {