fix: add content to ocenka arcles

This commit is contained in:
2025-07-09 13:59:17 +03:00
parent f81e7978b6
commit 8a27522945
334 changed files with 10801 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
import { ROUTES } from '@shared/const/route';
export const PAGE_NAME = 'Оценка автомобиля для суда';
export const breadcrumbData = [
{
name: 'Оценка',
path: ROUTES.EXPERTIZA,
},
{
name: PAGE_NAME,
path: '',
},
];