All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
const RequestDownload = () => {
|
|
return <div>
|
|
<input type="text" placeholder="Request download"></input>
|
|
</div>
|
|
}
|
|
|
|
export default RequestDownload
|