fix: add content to expertise pages

This commit is contained in:
2025-07-08 16:21:40 +03:00
parent 919c3c462e
commit 3e2426424d
148 changed files with 3708 additions and 169 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: '',
},
];