This commit is contained in:
Julia Friesel
2018-07-13 12:14:08 +02:00
parent 85e2703b2f
commit 18d6a8c05a
6 changed files with 39 additions and 24 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
const bleeding = ['spotting', 'light', 'medium', 'heavy']
export const bleeding = ['spotting', 'light', 'medium', 'heavy']
export {
bleeding
export const fertilityStatus = {
fertile: 'fertile',
infertile: 'infertile',
unknown: 'We cannot show any cycle information because no menses has been entered'
}