import { Button } from '@/components/ui/button'; import { Copy } from 'lucide-react'; interface ChunkToolbarProps { text: string; } export function ChunkToolbar({ text }: ChunkToolbarProps) { return (