CustomerTagsEditor component
import { CustomerTagsEditor } from '@/components/CustomerTagsEditor'; export default function Example() { return ( <CustomerTagsEditor tags={tags} onUpdate={onUpdate} /> ); }