react-server675fbba4
react-serverfilesexamplesfile-routerpagesforms-simpleindex.tsx
examples/file-router/pages/forms-simple/index.tsxtsx203 B2bc9c956
export default function FormIndexPage() {
  return (
    <div>
      <h1>Forms (simple) Index Page</h1>
      <p>This is the index page for forms in the file-based routing example.</p>
    </div>
  );
}