diff --git a/src/App.tsx b/src/App.tsx index c863ba0..c4ed91f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -48,6 +48,7 @@ function App() { edit: '/country/edit/:id', meta: { canDelete: true, + label: 'Страны', icon: , }, }, @@ -58,6 +59,7 @@ function App() { edit: '/city/edit/:id', meta: { canDelete: true, + label: 'Города', icon: , }, }, @@ -68,6 +70,7 @@ function App() { edit: '/carrier/edit/:id', meta: { canDelete: true, + label: 'Перевозчики', icon: , }, }, @@ -79,6 +82,7 @@ function App() { show: '/media/show/:id', meta: { canDelete: true, + label: 'Медиа', icon: , }, },