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

Commit

Permalink
update config for new deno
Browse files Browse the repository at this point in the history
  • Loading branch information
javadbat committed Oct 13, 2024
1 parent d5d65b9 commit 6a85944
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 @@ -3,7 +3,7 @@ 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 { useEvent } from '../../../common/hooks/use-event';
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
export { type JBDateInputInputTypes, type JBDateInputValueObject, type ValidationItem, type ValidationValue };
Expand Down

0 comments on commit 6a85944

Please sign in to comment.