()
| 1 | import { Link } from "@remix-run/react"; |
| 2 | |
| 3 | export default function GoHome() { |
| 4 | return ( |
| 5 | <Link |
| 6 | to="/" |
| 7 | className="text-sm my-4 mx-0 block bg-white rounded-xl p-2 shadow-sm hover:shadow-md transition-shadow duration-200 border border-gray-100 text-muted-foreground absolute top-0 left-4" |
| 8 | > |
| 9 | ← More examples |
| 10 | </Link> |
| 11 | ); |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected