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

Commit 6a85944

Browse files
committed
update config for new deno
1 parent d5d65b9 commit 6a85944

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, type JBDateInputInputTypes, } from 'jb-date-input';
55
import { type ValidationItem } from 'jb-validation/types';
6-
import { useEvent } from '../../../common/hooks/use-event';
6+
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
99
export { type JBDateInputInputTypes, type JBDateInputValueObject, type ValidationItem, type ValidationValue };

0 commit comments

Comments
 (0)