diff --git a/__app/component/Vibrate/README.md b/__app/component/Vibrate/README.md new file mode 100644 index 0000000..9f30a48 --- /dev/null +++ b/__app/component/Vibrate/README.md @@ -0,0 +1,6 @@ + +## 1. Happy Flow + +```js + +``` diff --git a/package.json b/package.json index 1f863db..6e9f4e8 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,8 @@ "Scanner/", "Share/", "TextToSpeech/", - "VoiceRecognition" + "VoiceRecognition/", + "Vibrate/" ], "devDependencies": { "@babel/cli": "^7.23.9",