fix(onboarding): remove unused imports from onboarding-state.ts

Removed getOrganizationChannels and getOrganizationStorageChannels imports that were never used in the file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Théo LAGACHE
2026-06-18 11:03:38 +02:00
co-authored by Claude Sonnet 4.6
parent b79d039a03
commit a50c668db7
@@ -4,8 +4,6 @@ import { currentUser } from "@/lib/auth/current-user";
import { getOrganization } from "@/lib/auth/auth";
import { getOrganizationAgents } from "@/db/services/agent";
import type { AgentWith } from "@/db/schema/08_agent";
import { getOrganizationChannels } from "@/db/services/notification-channel";
import { getOrganizationStorageChannels } from "@/db/services/storage-channel";
import { db } from "@/db";
import * as drizzleDb from "@/db";
import { eq } from "drizzle-orm";