feat: add content to experts
This commit is contained in:
14
src/views/experts/mikova/model/breadcrums.ts
Normal file
14
src/views/experts/mikova/model/breadcrums.ts
Normal 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: '',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user