feat(guide): Import guide in to the client app
This commit is contained in:
5
client/utils/infoLog.js
Normal file
5
client/utils/infoLog.js
Normal file
@ -0,0 +1,5 @@
|
||||
const chalk = require('chalk');
|
||||
|
||||
module.exports = function info(str, colour = 'red') {
|
||||
console.info(chalk[colour](str));
|
||||
};
|
Reference in New Issue
Block a user