"use client"; import { type FC } from "react"; import { SquarePenIcon, ChevronDownIcon, ScaleIcon } from "lucide-react"; export const ThreadHeader: FC = () => { return (
Legal AI Assistant
); };