Skip to content

Commit

Permalink
fix: esm import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Dec 18, 2024
1 parent f6fe9c0 commit c6d07ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/echarts/tests/more-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<body>
<div id="main"></div>
<script type="module">
import { registerTheme } from '../dist/index.esm.js';
import { registerTheme } from '../dist/index.js';

function getTheme() {
const searchParams = new URLSearchParams(location.search);
Expand Down

0 comments on commit c6d07ed

Please sign in to comment.