feat: add pages structure

This commit is contained in:
2025-06-23 16:01:45 +03:00
parent b013bf97b6
commit 101a4f4228
73 changed files with 219 additions and 0 deletions

3
src/app/experts/page.tsx Normal file
View File

@@ -0,0 +1,3 @@
export default function ExpertsPage() {
return <div>Experts</div>;
}