1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
import React from 'react'
import { MessageUtils } from "../../flow/utils"
import PropTypes from 'prop-types'
DownloadContentButton.propTypes = {
flow: PropTypes.object.isRequired,
message: PropTypes.object.isRequired,
}
export default function DownloadContentButton({ flow, message }) {
return (
)
}
an='2'>
aboutsummaryrefslogtreecommitdiffstats |