'use client' import { inc } from './action' export function Client() { return (
) }