profile page extensions

This commit is contained in:
ashprit
2024-10-27 04:22:42 +00:00
parent cce9632b5f
commit cc65a7e82a
8 changed files with 85 additions and 117 deletions

View File

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