Skip to content

Commit

Permalink
fix: CJS issue with default & named import (#972)
Browse files Browse the repository at this point in the history
fix #886
  • Loading branch information
luwes committed Sep 19, 2024
1 parent 40c546b commit 5eea616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/media-preview-chapter-display.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MediaTextDisplay from './media-text-display.js';
import { MediaTextDisplay } from './media-text-display.js';
import { globalThis } from './utils/server-safe-globals.js';
import { MediaUIAttributes } from './constants.js';
import { getStringAttr, setStringAttr } from './utils/element-utils.js';
Expand Down

0 comments on commit 5eea616

Please sign in to comment.