Rename peoples to people

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-03-14 14:42:43 +04:00
parent 8a2478fe82
commit 1f0e8316b4
6 changed files with 13 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ function App() {
}
/>
<Route
path="peoples"
path="people"
element={
<Suspense>
<ErrorBoundaryWithLocation>
@@ -111,7 +111,7 @@ function App() {
}
/>
<Route
path="peoples/create"
path="people/create"
element={
<Suspense>
<ErrorBoundaryWithLocation>
@@ -121,7 +121,7 @@ function App() {
}
/>
<Route
path="peoples/:peopleId"
path="people/:peopleId"
element={
<Suspense>
<ErrorBoundaryWithLocation>