export const MAX_IMAGE_UPLOAD_SIZE_MB = 5 export const MAX_IMAGE_UPLOAD_SIZE_BYTES = MAX_IMAGE_UPLOAD_SIZE_MB * 1024 * 1024