'use client' import { action1 } from './actions' export function Client({ onClick }) { return (
) }