()
| 118 | }) |
| 119 | |
| 120 | const PostsComponent = () => { |
| 121 | return ( |
| 122 | <> |
| 123 | <h1>Posts</h1> |
| 124 | <Outlet /> |
| 125 | </> |
| 126 | ) |
| 127 | } |
| 128 | |
| 129 | const postsRoute = createRoute({ |
| 130 | getParentRoute: () => rootRoute, |
nothing calls this directly
no test coverage detected