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

Commit

Permalink
fix: type import path
Browse files Browse the repository at this point in the history
  • Loading branch information
javadbat committed Nov 14, 2024
1 parent 348ccf1 commit c84eb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/JBDateInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useEffect, useRef, useState, useImperativeHandle, useCallback, M
import 'jb-date-input';
// eslint-disable-next-line no-duplicate-imports
import { JBDateInputWebComponent, type JBDateInputInputTypes, } from 'jb-date-input';
import { type ValidationItem } from 'jb-validation/types';
import { type ValidationItem } from 'jb-validation';
import { useEvent } from '../../../common/hooks/use-event.js';
import { type ValidationValue, type JBDateInputValueObject, type InputType } from 'jb-date-input/types';
// re-export imported types for easier use for user
Expand Down

0 comments on commit c84eb81

Please sign in to comment.