mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 05:40:17 +00:00
Fix import of AgentData from agentcard
This commit is contained in:
@@ -36,7 +36,7 @@ import {
|
|||||||
import DOMPurify from "dompurify";
|
import DOMPurify from "dompurify";
|
||||||
import { InlineLoading } from "../loading/loading";
|
import { InlineLoading } from "../loading/loading";
|
||||||
import { convertColorToTextClass } from "@/app/common/colorUtils";
|
import { convertColorToTextClass } from "@/app/common/colorUtils";
|
||||||
import { AgentData } from "@/app/agents/page";
|
import { AgentData } from "@/app/components/agentCard/agentCard";
|
||||||
|
|
||||||
import renderMathInElement from "katex/contrib/auto-render";
|
import renderMathInElement from "katex/contrib/auto-render";
|
||||||
import "katex/dist/katex.min.css";
|
import "katex/dist/katex.min.css";
|
||||||
|
|||||||
Reference in New Issue
Block a user