We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696aa31 commit 36e3db6Copy full SHA for 36e3db6
src/agenda/index.tsx
@@ -22,7 +22,7 @@ import {VelocityTracker} from '../velocityTracker';
22
import {DateData, AgendaSchedule} from '../types';
23
import {getCalendarDateString} from '../services';
24
import styleConstructor from './style';
25
-import WeekDaysNames from '../calendar/header/WeekDaysNames';
+import WeekDaysNames from '../commons/WeekDaysNames';
26
import CalendarList, {CalendarListProps} from '../calendar-list';
27
import ReservationList, {ReservationListProps} from './reservation-list';
28
0 commit comments