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