Files
drip/labels/labels.js
T
2018-06-28 11:34:55 +02:00

5 lines
80 B
JavaScript

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