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