We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ee9e6 commit b3d5b13Copy full SHA for b3d5b13
src/core/global-api.js
@@ -1,6 +1,6 @@
1
import prism from 'prismjs';
2
import { marked } from 'marked';
3
-import * as util from './util.js';
+import * as util from './util/index.js';
4
import * as dom from './util/dom.js';
5
import { Compiler } from './render/compiler.js';
6
import { slugify } from './render/slugify.js';
0 commit comments