chore: code cleanup, removing console.logs, adding year grid

This commit is contained in:
Kyle Gill
2019-03-28 23:41:43 -06:00
parent eb2a76ff7c
commit e1af351b67
10 changed files with 96 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
import React, { Component } from "react";
import { addDays, subDays, format, isToday } from "date-fns";
import { subDays, format, isToday } from "date-fns";
import Seek from "../../Seek";
@@ -11,7 +11,6 @@ class Month extends Component {
}
} = this.props;
const currentDay = new Date(year, month - 1);
console.log(currentDay);
return (
<div>
<Seek