diff --git a/ui/components/ContextItem.tsx b/ui/components/ContextItem.tsx index e4e75d8..2ea69e7 100644 --- a/ui/components/ContextItem.tsx +++ b/ui/components/ContextItem.tsx @@ -1,7 +1,6 @@ import React from "react"; import Image from "next/image"; import { ReactMarkdown } from "@/components/Markdown"; - interface ContextItemProperties { item: { name: string; @@ -24,9 +23,9 @@ interface ContextItemProperties { } const ProviderInfo: React.FC<{ name: string; date: string }> = ({ name, date }) => ( -