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
-1
View File
@@ -1,4 +1,3 @@
"use client";
import { ReactQueryProvider } from '@/components/providers/ReactQueryProvider'
-1
View File
@@ -117,7 +117,6 @@ function AuthIndex({ }: Props) {
};
const onSubmit = async (e: FormEvent<HTMLFormElement>) => {
console.log(step);
e.preventDefault();
try {
setIsPending(true);