Skip to content

Commit 1d07020

Browse files
committed
Fix invalid import path
1 parent e5b432f commit 1d07020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { Options } from './Config';
1+
export { Options } from './Config.js';
22
export { cssToHtml } from './Generator.js';

0 commit comments

Comments
 (0)