import { inc, get } from './action' export async function Server() { const x = await get() return ( <>

Value = {x}

) }