We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cce2de commit 006a6acCopy full SHA for 006a6ac
src/routes/(console)/onboarding/create-project/+page.ts
@@ -7,7 +7,7 @@ import { ID, Query, type Models } from '@appwrite.io/console';
7
import { BillingPlan } from '$lib/constants';
8
import { redirect } from '@sveltejs/kit';
9
import { base, resolve } from '$app/paths';
10
-import { ProfileMode, resolvedProfile } from '$lib/profiles/index.svelte';
+import { resolvedProfile } from '$lib/profiles/index.svelte';
11
12
// TODO: this needs to be cleaned up!
13
export const load: PageLoad = async ({ parent }) => {
0 commit comments