Skip to content

Commit 006a6ac

Browse files
committed
remove: import.
1 parent 4cce2de commit 006a6ac

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/onboarding/create-project

1 file changed

+1
-1
lines changed

src/routes/(console)/onboarding/create-project/+page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ID, Query, type Models } from '@appwrite.io/console';
77
import { BillingPlan } from '$lib/constants';
88
import { redirect } from '@sveltejs/kit';
99
import { base, resolve } from '$app/paths';
10-
import { ProfileMode, resolvedProfile } from '$lib/profiles/index.svelte';
10+
import { resolvedProfile } from '$lib/profiles/index.svelte';
1111

1212
// TODO: this needs to be cleaned up!
1313
export const load: PageLoad = async ({ parent }) => {

0 commit comments

Comments
 (0)