| 29 | } |
| 30 | |
| 31 | export interface IUserPageQuery { |
| 32 | loading; |
| 33 | error; |
| 34 | user; |
| 35 | me; |
| 36 | } |
| 37 | |
| 38 | function UserPage(props: IUserPageProps): JSX.Element { |
| 39 | const { router } = props; |
nothing calls this directly
no outgoing calls
no test coverage detected