()
| 2 | import React from 'react'; |
| 3 | |
| 4 | export default function GoHome() { |
| 5 | return ( |
| 6 | <Link |
| 7 | href="/" |
| 8 | 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" |
| 9 | > |
| 10 | ← More examples |
| 11 | </Link> |
| 12 | ); |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected