refactor: create article model

This commit is contained in:
2025-07-03 16:26:00 +03:00
parent 9ef1ec4617
commit 62e0687358
12 changed files with 191 additions and 75 deletions

View File

@@ -0,0 +1,8 @@
import { TExpert } from '@core/types/expert';
import expertPhoto from '@public/images/photo/yancen-yana.png';
export const expertData: TExpert = {
name: 'Янцен Яна',
position: 'Автоэксперт',
photo: expertPhoto,
};