From 2d478bb885d1aea3648c227bbabb98d186439bb4 Mon Sep 17 00:00:00 2001 From: Johan Bisse Mattsson Date: Fri, 26 Jan 2024 13:10:36 +0100 Subject: [PATCH] Remove duplicate env imports --- lxl-web/src/hooks.server.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lxl-web/src/hooks.server.ts b/lxl-web/src/hooks.server.ts index e48bd5a42..4e6dac47e 100644 --- a/lxl-web/src/hooks.server.ts +++ b/lxl-web/src/hooks.server.ts @@ -1,6 +1,5 @@ import type { Handle, HandleFetch } from '@sveltejs/kit'; import { defaultLocale, Locales } from '$lib/i18n/locales'; -import { env } from '$env/dynamic/private'; import { USE_LOCAL_DISPLAY_JSONLD } from '$env/static/private'; import { env } from '$env/dynamic/private'; import { DisplayUtil, VocabUtil } from '$lib/utils/xl';