diff --git a/apps/web/Components/Admin/Layout.tsx b/apps/web/Components/Admin/Layout.tsx index 5fd3f47..602c63a 100644 --- a/apps/web/Components/Admin/Layout.tsx +++ b/apps/web/Components/Admin/Layout.tsx @@ -18,6 +18,9 @@ const items: MenuProps['items'] = [ key: '/unlimited', label: Без ограничений, }, + { + type: 'divider', + }, { icon: , key: '/admin/cache',