Skip to content

Commit b3d5b13

Browse files
committed
fix import path
1 parent f4ee9e6 commit b3d5b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/core/global-api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import prism from 'prismjs';
22
import { marked } from 'marked';
3-
import * as util from './util.js';
3+
import * as util from './util/index.js';
44
import * as dom from './util/dom.js';
55
import { Compiler } from './render/compiler.js';
66
import { slugify } from './render/slugify.js';

0 commit comments

Comments
 (0)