fixing template

This commit is contained in:
sanjayk03-dev
2024-01-22 03:35:53 +05:30
parent 05d47f33fc
commit 5bee98edef
3 changed files with 7 additions and 5 deletions

View File

@@ -226,5 +226,8 @@ module.exports = {
printState: function () {
console.log(this.state);
},
printConfig: function () {
console.log(this.config);
},
},
};