const appValue = await Promise.resolve('hello') export default function Page() { return

{appValue}

}