import { Form } from "../../components/logintest/Form"; import { getMessage, greet } from "../../actions/logintest/funcs"; import { ServerForm } from "../../components/logintest/ServerForm"; export default function HomePage() { return (

Server Form

Client Form

); } export const getConfig = async () => { return { render: "dynamic", } as const; };