mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
Merge pull request #42 from Ayush272002/form_handler
profile page extensions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user