mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Fix agent data import across chat page +
This commit is contained in:
@@ -17,7 +17,7 @@ import { Lightbulb, ArrowDown, XCircle } from "@phosphor-icons/react";
|
|||||||
|
|
||||||
import AgentProfileCard from "../profileCard/profileCard";
|
import AgentProfileCard from "../profileCard/profileCard";
|
||||||
import { getIconFromIconName } from "@/app/common/iconUtils";
|
import { getIconFromIconName } from "@/app/common/iconUtils";
|
||||||
import { AgentData } from "../agentCard/agentCard";
|
import { AgentData } from "@/app/components/agentCard/agentCard";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { useIsMobileWidth } from "@/app/common/utils";
|
import { useIsMobileWidth } from "@/app/common/utils";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import {
|
|||||||
ChatOptions,
|
ChatOptions,
|
||||||
} from "@/app/components/chatInputArea/chatInputArea";
|
} from "@/app/components/chatInputArea/chatInputArea";
|
||||||
import { StreamMessage } from "@/app/components/chatMessage/chatMessage";
|
import { StreamMessage } from "@/app/components/chatMessage/chatMessage";
|
||||||
import { AgentData } from "@/app/agents/page";
|
import { AgentData } from "@/app/components/agentCard/agentCard";
|
||||||
import { SidebarInset, SidebarProvider, SidebarTrigger } from "@/components/ui/sidebar";
|
import { SidebarInset, SidebarProvider, SidebarTrigger } from "@/components/ui/sidebar";
|
||||||
import { AppSidebar } from "@/app/components/appSidebar/appSidebar";
|
import { AppSidebar } from "@/app/components/appSidebar/appSidebar";
|
||||||
import { Separator } from "@/components/ui/separator";
|
import { Separator } from "@/components/ui/separator";
|
||||||
|
|||||||
Reference in New Issue
Block a user