| 4 | import { tsr } from '../../pages-tsr'; |
| 5 | |
| 6 | interface Form { |
| 7 | title: string; |
| 8 | description: string; |
| 9 | content: string; |
| 10 | } |
| 11 | |
| 12 | export function Index() { |
| 13 | const router = useRouter(); |
nothing calls this directly
no outgoing calls
no test coverage detected