add: dropdown component

This commit is contained in:
Mahyar Khanbolooki
2025-07-11 18:04:26 +03:30
parent 20e8be4d09
commit cec8ac0041
6 changed files with 173 additions and 16 deletions
+1 -3
View File
@@ -8,9 +8,7 @@ import HeartIcon from '../icons/HeartIcon'
import { useParams, usePathname } from 'next/navigation'
import HomeIcon from '../icons/HomeIcon'
type Props = object
function BottomNavBar({ }: Props) {
function BottomNavBar() {
const params = useParams();
const { name } = params;
const pathname = usePathname();