Replace datepicker with calendar

This commit is contained in:
Julia Friesel
2018-06-08 16:25:32 +02:00
parent 7852123d77
commit 291992f49a
5 changed files with 1619 additions and 1574 deletions
+1
View File
@@ -11,6 +11,7 @@ import { saveBleeding } from './db'
import { formatDateForViewHeader } from './format'
import { bleeding as labels } from './labels'
import getCycleDay from './get-cycle-day'
import { bleedingDaysSortedByDate } from './db'
export default class Bleeding extends Component {
constructor(props) {