MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / ProblemMain

Function ProblemMain

packages/ui-next/src/pages/problem_main.tsx:3–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { Link } from '../components/link';
2
3export default function ProblemMain() {
4 return (
5 <div>
6 <div>problem_main</div>
7 <Link to="homepage">homepage</Link>
8 </div>
9 );
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected