/* * Download Messages * * This contains all the text for the Download component. */ import { defineMessages } from 'react-intl'; export const scope = 'app.components.Download'; export default defineMessages({ content: { id: `${scope}.content`, defaultMessage: 'Download', }, });