feat: add experts page

This commit is contained in:
2025-07-10 16:38:21 +03:00
parent fd5468920b
commit dd8cc24925
21 changed files with 218 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
import { Experts } from '@/views';
export default function ExpertsPage() {
return <div>Experts</div>;
return <Experts />;
}