| 4 | import { LanguageContext } from "contexts/con/LanguageContext"; |
| 5 | |
| 6 | interface BuyButtonProps extends ButtonProps { |
| 7 | id: string; |
| 8 | } |
| 9 | |
| 10 | function BuyButton({ children, id, className, ...props }: BuyButtonProps) { |
| 11 | //useEventBriteModal(id); |
nothing calls this directly
no outgoing calls
no test coverage detected