"use client"; import Link from "next/link"; import { useActionState } from "react"; import { Button } from "@/components/ui/button"; import { register } from "@/actions/auth"; export default function RegistracePage() { const [state, formAction, pending] = useActionState(register, {}); return (
Už máš účet?{" "} Přihlás se