mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
const standardErrorMessage = {
|
|
type: 'danger',
|
|
message: 'flash.went-wrong'
|
|
};
|
|
|
|
export default standardErrorMessage;
|