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