'use server' export default async function (a, b, c) { 'use cache' return (
{a} {b} {c}
) }