refactor: move const, types to shared

This commit is contained in:
2025-07-04 13:37:52 +03:00
parent 62e0687358
commit a400d34a40
19 changed files with 24 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
import { TExpert } from '@core/types/expert';
import { TExpert } from '@shared/types/expert';
import expertPhoto from '@public/images/photo/yancen-yana.png';
export const expertData: TExpert = {