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,8 @@
import { TExpert } from '@shared/types/expert';
import expertPhoto from '@public/images/photo/empty-photo.jpg';
export const expertData: TExpert = {
name: 'Иван Иванов',
position: 'Оценщик',
photo: expertPhoto,
};