export const UPDATING_WITH_PLANEMO_URL = "https://planemo.readthedocs.io/en/latest/publishing.html#updating-a-repository" export const EPHEMERIS_TRAINING = "https://training.galaxyproject.org/training-material/topics/admin/tutorials/tool-management/tutorial.html" export const AUTH_FORM_INPUT_PROPS = { square: true, clearable: false, // choose filled or outlined or neither I think? outlined: true, filled: false, }