import '../styles/styles.css' import { CheckboxField, ImageUploadField, InputField } from './Inputs' export const ModForm = () => { return ( <>

You can upload your game mod to Github, as an example, and keep updating it there. Also, its advisable that you hash your package as well with your nostr public key.

) } const DownloadUrlFields = () => { return (
) }