()
| 14 | import { pageGetServerSideProps } from "../components/getServerSideProps"; |
| 15 | |
| 16 | export default function App() { |
| 17 | return ( |
| 18 | <> |
| 19 | <Headers /> |
| 20 | <Dashboard /> |
| 21 | </> |
| 22 | ); |
| 23 | } |
| 24 | |
| 25 | function Dashboard() { |
| 26 | const { profile } = useProfile(); |
nothing calls this directly
no outgoing calls
no test coverage detected