Move format and labels to cycleday component dir

This commit is contained in:
Julia Friesel
2018-07-15 22:31:44 +02:00
parent ec18bd7862
commit cdbc42ea3a
2 changed files with 0 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import moment from "moment"
export function formatDateForViewHeader(date) {
return moment(date).format('MMMM Do YYYY')
}
+5
View File
@@ -0,0 +1,5 @@
const bleeding = ['spotting', 'light', 'medium', 'heavy']
export {
bleeding
}