'use client' import { redirectAction } from './actions' export default function Form() { return (
) }