import { ComposerPrimitive, MessagePrimitive } from "@assistant-ui/react"; import type { FC } from "react"; import { Button } from "@/components/ui/button"; export const EditComposer: FC = () => { return (
); };