feat: add content to experts

This commit is contained in:
2025-07-11 11:19:36 +03:00
parent dd8cc24925
commit 8fe566e1c9
58 changed files with 1640 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
import { ExpertYancen } from '@/views';
export default function Page() {
return <ExpertYancen />;
}