Skip to content

Commit 4962abf

Browse files
committed
Lint file
Signed-off-by: gpbl <[email protected]>
1 parent dbc5309 commit 4962abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DayPicker.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { TZDate } from "@date-fns/tz";
66
import { UI, DayFlag, SelectionState } from "./UI.js";
77
import type { CalendarDay } from "./classes/CalendarDay.js";
88
import { DateLib, defaultLocale } from "./classes/DateLib.js";
9+
import { createGetModifiers } from "./helpers/createGetModifiers.js";
910
import { getClassNamesForModifiers } from "./helpers/getClassNamesForModifiers.js";
1011
import { getComponents } from "./helpers/getComponents.js";
1112
import { getDataAttributes } from "./helpers/getDataAttributes.js";
@@ -28,7 +29,6 @@ import { useAnimation } from "./useAnimation.js";
2829
import { useCalendar } from "./useCalendar.js";
2930
import { type DayPickerContext, dayPickerContext } from "./useDayPicker.js";
3031
import { useFocus } from "./useFocus.js";
31-
import { createGetModifiers } from "./helpers/createGetModifiers.js";
3232
import { useSelection } from "./useSelection.js";
3333
import { rangeIncludesDate } from "./utils/rangeIncludesDate.js";
3434
import { isDateRange } from "./utils/typeguards.js";

0 commit comments

Comments
 (0)