[WIP] first draft implementing mucus

This commit is contained in:
emelko
2018-07-04 13:03:23 +02:00
parent 7dee497431
commit 2b5e6351f7
5 changed files with 159 additions and 9 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
const bleeding = ['spotting', 'light', 'medium', 'heavy']
const mucusFeeling = ['dry', 'nothing', 'wet', 'slippery']
const mucusTexture = ['nothing', 'creamy', 'egg white']
export {
bleeding
}
bleeding,
mucusFeeling,
mucusTexture
}