Files
drip/components/cycle-day/labels/labels.js
T
2018-07-15 22:31:44 +02:00

5 lines
80 B
JavaScript

const bleeding = ['spotting', 'light', 'medium', 'heavy']
export {
bleeding
}