diff --git a/client/App.tsx b/client/App.tsx
index 0cd55ad5..aebffbea 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -37,24 +37,24 @@ const App = () => (
} />
} />
+ {/* Service routes */}
+ } />
+ } />
+ } />
+ } />
+ } />
+
+ {/* Resource routes */}
+ } />
+ } />
+ } />
+ } />
+
{/* Placeholder routes for navigation links */}
} />
} />
} />
- {/* Service routes */}
- } />
- } />
- } />
- } />
- } />
-
- {/* Resource routes */}
- } />
- } />
- } />
- } />
-
{/* Legal routes */}
} />
} />