sag_components 1.0.147 → 1.0.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,7 @@ var _LocalizationProvider = require("@mui/x-date-pickers/LocalizationProvider");
|
|
|
14
14
|
var _DatePicker = require("@mui/x-date-pickers/DatePicker");
|
|
15
15
|
var _demo = require("@mui/x-date-pickers/internals/demo");
|
|
16
16
|
var _dayjs = _interopRequireDefault(require("dayjs"));
|
|
17
|
-
var _CalendarIcon = require("./icons/CalendarIcon
|
|
17
|
+
var _CalendarIcon = require("./icons/CalendarIcon");
|
|
18
18
|
/**
|
|
19
19
|
* SAG Datepicker
|
|
20
20
|
*/
|