({ children }: Props)
| 5 | } |
| 6 | |
| 7 | export default function LeftColumn({ children }: Props) { |
| 8 | return ( |
| 9 | <div className="col-lg-8 col-md-6 col-12 float-left"> |
| 10 | { children } |
| 11 | </div> |
| 12 | ) |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected