import { load } from 'transitive' export default async function Page() { let value = await load('a') return {value} }