Make directories for styles and labels

This commit is contained in:
Julia Friesel
2018-06-28 11:34:55 +02:00
parent 46040f1a77
commit b5af3f7c13
9 changed files with 9 additions and 9 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
}