Skip to content

Commit 85bc206

Browse files
committed
Remove unnecessary import
1 parent 791a675 commit 85bc206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/bundle/highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
import "core-js";
3+
//import "core-js";
44
import * as hljs from "highlight.js/lib/core";
55
import * as xml from "highlight.js/lib/languages/xml";
66
import * as php from "highlight.js/lib/languages/php";

0 commit comments

Comments
 (0)