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

Commit c84eb81

Browse files
committed
fix: type import path
1 parent 348ccf1 commit c84eb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JBDateInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useEffect, useRef, useState, useImperativeHandle, useCallback, M
22
import 'jb-date-input';
33
// eslint-disable-next-line no-duplicate-imports
44
import { JBDateInputWebComponent, type JBDateInputInputTypes, } from 'jb-date-input';
5-
import { type ValidationItem } from 'jb-validation/types';
5+
import { type ValidationItem } from 'jb-validation';
66
import { useEvent } from '../../../common/hooks/use-event.js';
77
import { type ValidationValue, type JBDateInputValueObject, type InputType } from 'jb-date-input/types';
88
// re-export imported types for easier use for user

0 commit comments

Comments
 (0)