From ef57d538ebb7d7ae1ff676936c7ec424c8f5ec13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 15 Apr 2025 18:02:24 +0200 Subject: [PATCH] Fix linter --- .../(console)/organization-[organization]/wizard/step2.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/wizard/step2.svelte b/src/routes/(console)/organization-[organization]/wizard/step2.svelte index ab5e375f5..e4dc8779b 100644 --- a/src/routes/(console)/organization-[organization]/wizard/step2.svelte +++ b/src/routes/(console)/organization-[organization]/wizard/step2.svelte @@ -9,8 +9,8 @@ import type { Models } from '@appwrite.io/console'; import { page } from '$app/stores'; import { regions } from '$lib/stores/organization'; - import { goto } from '$app/navigation'; - import { upgradeURL } from '$lib/stores/billing'; + // import { goto } from '$app/navigation'; + // import { upgradeURL } from '$lib/stores/billing'; let prefs: Models.Preferences;