import { INFO_TOAST, DANGER_TOAST } from '../../../src/messageToasts/constants'; export default [ { id: 'info_id', toastType: INFO_TOAST, text: 'info toast' }, { id: 'danger_id', toastType: DANGER_TOAST, text: 'danger toast' }, ];