import { getSentinelValue } from '../../../getSentinelValue' export default async function Page() { return ( <>

static children

{getSentinelValue()}
) }