diff --git a/frontend/src/hooks.server.ts b/frontend/src/hooks.server.ts index d1dd4d3..863a959 100644 --- a/frontend/src/hooks.server.ts +++ b/frontend/src/hooks.server.ts @@ -4,7 +4,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -import * as cookie from 'cookie'; import type { Handle } from '@sveltejs/kit'; /** @type {import('@sveltejs/kit').Handle} */ diff --git a/frontend/src/routes/account/login/+page.svelte b/frontend/src/routes/account/login/+page.svelte index a8cd379..ce26e5d 100644 --- a/frontend/src/routes/account/login/+page.svelte +++ b/frontend/src/routes/account/login/+page.svelte @@ -4,12 +4,8 @@ - file, You can obtain one at https://mozilla.org/MPL/2.0/. -->