add: bottom nav bar

This commit is contained in:
Mahyar Khanbolooki
2025-07-04 14:03:41 +03:30
parent 76ecb5839e
commit 691dc7c100
17 changed files with 368 additions and 122 deletions
+10
View File
@@ -0,0 +1,10 @@
'use client';
export default function MenuIndex() {
return (
<>
Menu
</>
);
}