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>
);
}
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>
);
}