()
| 1 | |
| 2 | export default function LinksCreateHtmlForm () { |
| 3 | return <> |
| 4 | <form action="/api/links" method="POST"> |
| 5 | <input type="text" defaultValue="https://github.com/codingforentrepreneurs/jref.io" name="url" placeholder="Your url to shorten"/> |
| 6 | <button type="submit">Shorten</button> |
| 7 | |
| 8 | </form> |
| 9 | </> |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected