()
| 113 | }) |
| 114 | |
| 115 | const PostsComponent = () => { |
| 116 | return ( |
| 117 | <> |
| 118 | <h1>Posts</h1> |
| 119 | <Outlet /> |
| 120 | </> |
| 121 | ) |
| 122 | } |
| 123 | |
| 124 | const postsRoute = createRoute({ |
| 125 | getParentRoute: () => rootRoute, |
nothing calls this directly
no test coverage detected