import { Form } from "react-router-dom"; function NewEvent() { return ( <Form method="post" action="/events"> <input type="text" name="title" /> <input ...
確定! 回上一頁