Solutionunvalidated
Use a single <Route> for that path and render the content multiple times within it (e.g., render <Users /> three times yourself), rather than defining duplicate routes for the same path.
640fa7d8-cc4d-4789-99a6-0fcd1c77a7d6
Use a single