| 6 | import { MainLayout } from '../src/layouts/main-layout'; |
| 7 | |
| 8 | export interface IThreadsPageProps { |
| 9 | router; |
| 10 | } |
| 11 | |
| 12 | export function ThreadsPage(props: IThreadsPageProps): JSX.Element { |
| 13 | const { router } = props; |
nothing calls this directly
no outgoing calls
no test coverage detected