()
| 126 | } |
| 127 | |
| 128 | export function Footer() { |
| 129 | return ( |
| 130 | <footer className="mx-auto w-full max-w-2xl space-y-10 px-4 pb-16 md:px-6 lg:max-w-5xl"> |
| 131 | <PageNavigation /> |
| 132 | <SmallPrint /> |
| 133 | </footer> |
| 134 | ); |
| 135 | } |
nothing calls this directly
no outgoing calls
no test coverage detected