freeCodeCamp/client/src/utils/reportedErrorMessage.js
Mrugesh Mohapatra ad9b1f89d8
fix(api, client): update Gatsby, webpack & related things (#41452)
Co-authored-by: Oliver Eyton-Williams <[email protected]>
2021-03-25 12:13:43 -07:00

7 lines
119 B
JavaScript

const reportedErrorMessage = {
type: 'danger',
message: 'flash.not-right'
};
export default reportedErrorMessage;