diff --git a/package.json b/package.json index 2628b07..834071c 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "dependencies": { "prop-types": "^15.5.10", "react": "^15.5.0", + "react-day-picker": "^6.0.2", "react-dom": "^15.5.0", "react-select": "^1.0.0-rc.5", "react-transition-group": "^1.2.0" diff --git a/src/components/App.js b/src/components/App.js index 4df5077..f762830 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -3,6 +3,8 @@ import PropTypes from 'prop-types' import ArticleList from './ArticleList' import ArticlesChart from './ArticlesChart' import UserForm from './UserForm' +import CustomDayPicker from './CustomDayPicker' + import Select from 'react-select' import 'react-select/dist/react-select.css' @@ -24,6 +26,7 @@ class App extends Component { return (
+ +