fix: add content to ocenka arcles
This commit is contained in:
8
src/views/ocenka/mashin-i-oborudovanija/model/expert.ts
Normal file
8
src/views/ocenka/mashin-i-oborudovanija/model/expert.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { TExpert } from '@shared/types/expert';
|
||||
import expertPhoto from '@public/images/photo/empty-photo.jpg';
|
||||
|
||||
export const expertData: TExpert = {
|
||||
name: 'Иван Иванов',
|
||||
position: 'Оценщик',
|
||||
photo: expertPhoto,
|
||||
};
|
||||
Reference in New Issue
Block a user