Refactor: Extract the cat generator
This commit is contained in:
parent
2218dba252
commit
23810d0ce5
3 changed files with 9 additions and 2 deletions
3
src/web/app/common/scripts/get-cat.js
Normal file
3
src/web/app/common/scripts/get-cat.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = function() {
|
||||
return '(=^・・^=)'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue