import React, { Suspense } from 'react' async function Inner({ children }) { await new Promise((resolve) => setTimeout(resolve, 1 * 1000)) return (