next.js/test/e2e/app-dir/cache-components/app/server-action/action.ts
action.ts6 lines77 B
'use server'

export async function action(value: string) {
  return value
}
Quest for Codev2.0.0
/
SIGN IN