'use cache' import { ReactNode, Suspense } from 'react' import { getSentinelValue } from './sentinel' export default async function Root({ children }: { children: ReactNode }) { return (