Skip to content

Commit

Permalink
Add Navigation to export list
Browse files Browse the repository at this point in the history
Closes #594
  • Loading branch information
wojtekmaj committed Sep 8, 2022
1 parent ebf2d84 commit f1233e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import Calendar from './Calendar';
import Navigation from './Calendar/Navigation';
import CenturyView from './CenturyView';
import DecadeView from './DecadeView';
import YearView from './YearView';
import MonthView from './MonthView';

export default Calendar;

export { Calendar, CenturyView, DecadeView, YearView, MonthView };
export { Calendar, Navigation, CenturyView, DecadeView, YearView, MonthView };

0 comments on commit f1233e1

Please sign in to comment.