Skip to content
Snippets Groups Projects
labels.js 80 B
Newer Older
const bleeding = ['spotting', 'light', 'medium', 'heavy']

export {
  bleeding
}