()
| 39 | }, |
| 40 | }) |
| 41 | function About() { |
| 42 | return ( |
| 43 | <div className="p-2"> |
| 44 | <h3>Hello from About!</h3> |
| 45 | </div> |
| 46 | ) |
| 47 | } |
| 48 | |
| 49 | const aboutRoute = createRoute({ |
| 50 | getParentRoute: () => rootRoute, |
nothing calls this directly
no outgoing calls
no test coverage detected