@itfin/components 1.3.70 → 1.3.71
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.
package/package.json
CHANGED
|
@@ -83,7 +83,7 @@ import itfIcon from '../icon/Icon';
|
|
|
83
83
|
import itfButton from '../button/Button';
|
|
84
84
|
import itfDateRangePickerInline from './DateRangePickerInline.vue';
|
|
85
85
|
import ITFSettings from '../../ITFSettings';
|
|
86
|
-
import itfDatePickerInline from "
|
|
86
|
+
import itfDatePickerInline from "./DatePickerInline.vue";
|
|
87
87
|
|
|
88
88
|
export default @Component({
|
|
89
89
|
name: 'itfDateRangePicker',
|