React Example: Next Server Actions

tsx
import { ClientComp } from './client-component' export default function Home() { return ( <> <ClientComp /> </> ) } 
import { ClientComp } from './client-component' export default function Home() { return ( <> <ClientComp /> </> ) }