()
| 1 | import { Link } from '../components/link'; |
| 2 | |
| 3 | export default function ProblemMain() { |
| 4 | return ( |
| 5 | <div> |
| 6 | <div>problem_main</div> |
| 7 | <Link to="homepage">homepage</Link> |
| 8 | </div> |
| 9 | ); |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected