Skip to content

Commit 36e3db6

Browse files
committed
fix path
1 parent 696aa31 commit 36e3db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agenda/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {VelocityTracker} from '../velocityTracker';
2222
import {DateData, AgendaSchedule} from '../types';
2323
import {getCalendarDateString} from '../services';
2424
import styleConstructor from './style';
25-
import WeekDaysNames from '../calendar/header/WeekDaysNames';
25+
import WeekDaysNames from '../commons/WeekDaysNames';
2626
import CalendarList, {CalendarListProps} from '../calendar-list';
2727
import ReservationList, {ReservationListProps} from './reservation-list';
2828

0 commit comments

Comments
 (0)