Merge pull request #42 from Ayush272002/form_handler

profile page extensions
This commit is contained in:
Ashprit Singh Mehra
2024-10-27 04:56:50 +00:00
committed by GitHub
8 changed files with 85 additions and 117 deletions

View File

@@ -8,6 +8,10 @@ import FeaturedEvent from '@/components/custom/FeaturedEvent';
import { Button } from '@/components/ui/button';
import { FlipWords } from '@/components/ui/flip-words';
// profile
// profile props
// profile hanle
export default function Home() {
const router = useRouter();
const [isClient, setIsClient] = useState(false);