Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit d90f669

Browse files
committed
fix import type issue
1 parent e2b1160 commit d90f669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JBDateInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'jb-date-input';
33
// eslint-disable-next-line no-duplicate-imports
44
import { JBDateInputWebComponent, JBDateInputInputTypes, ValidationItem, JBDDateInputInboxElementWebComponent, JBDateInputValueObject } from 'jb-date-input';
55
import { useEvent } from '../../../common/hooks/use-event';
6-
import { ValidationValue } from 'jb-date-input/dist/web-component/jb-date-input/lib/types';
6+
import { type ValidationValue } from 'jb-date-input/types';
77

88
export { JBDateInputInputTypes, JBDateInputValueObject };
99

0 commit comments

Comments
 (0)