export async function inc(value) { 'use server' return value + 1 }