freeCodeCamp/client/src/utils/standardErrorMessage.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
120 B
JavaScript

const standardErrorMessage = {
type: 'danger',
message: 'flash.went-wrong'
};
export default standardErrorMessage;