Skip to content

Commit

Permalink
Add an extension to an import specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-ka committed Jul 12, 2024
1 parent b913f9d commit b79ff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type Snabbdom from './jsx-runtime';
import type Snabbdom from './jsx-runtime.js';

// eslint-disable-next-line import/no-default-export
export default Snabbdom;

0 comments on commit b79ff3d

Please sign in to comment.