Skip to content

Commit

Permalink
render all components including the DayPicker components
Browse files Browse the repository at this point in the history
  • Loading branch information
majapw committed Feb 25, 2018
1 parent adad180 commit c965348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/renderAllComponents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import PresetDateRangePickerWrapper from '../examples/PresetDateRangePicker';
function App() {
return (
<div>
<DateRangePickerWrapper />
<SingleDatePickerWrapper />
<PresetDateRangePickerWrapper />
<DateRangePickerWrapper autoFocus />
<SingleDatePickerWrapper autoFocus />
<PresetDateRangePickerWrapper autoFocus />
</div>
);
}
Expand Down

0 comments on commit c965348

Please sign in to comment.