diff --git a/frontend/src/routes/(app)/+layout.server.ts b/frontend/src/routes/(app)/+layout.server.ts index fb96086..d7813ec 100644 --- a/frontend/src/routes/(app)/+layout.server.ts +++ b/frontend/src/routes/(app)/+layout.server.ts @@ -1,5 +1,4 @@ import type { LayoutServerLoad } from './$types' -import { PUBLIC_SHORTENER_URL } from '$env/static/public' export const load = (async (event) => { const user = event.locals.userObject