@codecademy/gamut

68.6.268.6.3-alpha.92d8ae.0
dist/DatePicker/DatePickerInput/Segment/index.d.ts
~dist/DatePicker/DatePickerInput/Segment/index.d.tsModified
+1−1
Index: package/dist/DatePicker/DatePickerInput/Segment/index.d.ts
===================================================================
--- package/dist/DatePicker/DatePickerInput/Segment/index.d.ts
+++ package/dist/DatePicker/DatePickerInput/Segment/index.d.ts
@@ -1,6 +1,6 @@
 import { type Dispatch, type SetStateAction } from 'react';
-import type { DatePartKind } from '../utils';
+import type { DatePartKind } from '../DatePickerInputShell/utils';
 import { SegmentValues } from './utils';
 export type AssignSegmentRef = (field: DatePartKind, el: HTMLSpanElement | null) => void;
 export type DatePickerInputSegmentProps = {
     field: DatePartKind;