({ className, children }: Props)
| 8 | } |
| 9 | |
| 10 | function Field({ className, children }: Props) { |
| 11 | return <div className={classNames(styles.field, className)}>{children}</div>; |
| 12 | } |
| 13 | |
| 14 | export default Field; |
nothing calls this directly
no outgoing calls
no test coverage detected