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