react-server675fbba4
react-servertreemainexamplestyped-file-routerpagesdashboard@contentfeed.page.tsx
examples/typed-file-router/pages/dashboard/@content/feed.page.tsxtsx286 B860e45b5
export default function ContentFeed() {
  return (
    <div>
      <h4>Activity Feed</h4>
      <ul>
        <li>User signed up — 2 minutes ago</li>
        <li>New order placed — 5 minutes ago</li>
        <li>Payment received — 10 minutes ago</li>
      </ul>
    </div>
  );
}