Skip to content

Commit f64a287

Browse files
committed
refactor(DateRangePicker): rearrange internal imports.
1 parent 492dce8 commit f64a287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/date-range-picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import EventHandler from './dom/event-handler.js'
1313
import Manipulator from './dom/manipulator.js'
1414
import SelectorEngine from './dom/selector-engine.js'
1515
import { defineJQueryPlugin, getElement, isRTL } from './util/index.js'
16-
import FocusTrap from './util/focustrap.js'
1716
import {
1817
convertToDateObject, getDateBySelectionType, getLocalDateFromString, isDateDisabled
1918
} from './util/calendar.js'
19+
import FocusTrap from './util/focustrap.js'
2020

2121
/**
2222
* Constants

0 commit comments

Comments
 (0)