mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
|
|
const SUCCESSFUL_COMPILATION_MESSAGE = 'Compiled successfully.';
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
SUCCESSFUL_COMPILATION_MESSAGE,
|
||
|
|
};
|