mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Update existing agentData imports
This commit is contained in:
@@ -37,7 +37,7 @@ import {
|
||||
} from "@/app/common/auth";
|
||||
import { convertColorToBorderClass } from "@/app/common/colorUtils";
|
||||
import { getIconFromIconName } from "@/app/common/iconUtils";
|
||||
import { AgentData } from "@/app/agents/page";
|
||||
import { AgentData } from"@/app/components/agentCard/agentCard";
|
||||
import { createNewConversation } from "./common/chatFunctions";
|
||||
import { useDebounce, useIsMobileWidth } from "./common/utils";
|
||||
import { useRouter, useSearchParams } from "next/navigation";
|
||||
|
||||
Reference in New Issue
Block a user