feat: (🎸) add onClick prop to component

This commit is contained in:
Leifer Mendez
2022-11-29 10:22:37 +01:00
parent 37d04e9e89
commit 4ae389846d
5 changed files with 2 additions and 13 deletions

View File

@@ -52,8 +52,6 @@
"repository": "https://github.com/leifermendez/bot-whatsapp",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
@@ -84,7 +82,7 @@
"author": "Leifer Mendez <leifer33@gmail.com>",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "git-cz"
}
}
}