feat: add content to experts

This commit is contained in:
2025-07-11 11:19:36 +03:00
parent dd8cc24925
commit 8fe566e1c9
58 changed files with 1640 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
import { ROUTES } from '@shared/const/route';
export const PAGE_NAME = 'Микова Инна Георгиевна';
export const breadcrumbData = [
{
name: 'Эксперты',
path: ROUTES.EXPERTS,
},
{
name: PAGE_NAME,
path: '',
},
];