Skip to content

Commit 564da7a

Browse files
committed
fix: update PrismJS import
1 parent 94888d4 commit 564da7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/scripts/components/panels-viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { urlHandler, Dispatcher } from '../utils';
1414
import Clipboard from 'clipboard';
1515
import $ from 'jquery';
1616
import Hogan from 'hogan.js';
17-
import prism from 'prismjs';
17+
import { Prism } from 'prismjs';
1818

1919
export const panelsViewer = {
2020
// set up some defaults

0 commit comments

Comments
 (0)