Files
drip/labels.js
T

5 lines
80 B
JavaScript

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