Skip to content

Commit

Permalink
Remove duplicate env imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson authored Jan 26, 2024
1 parent 3ce6133 commit 2d478bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lxl-web/src/hooks.server.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 2d478bb

Please sign in to comment.