import { Suspense } from 'react'; import Posts from './posts'; export default function Page() { return (
Loading...
}> ); }