Skip to content

Commit 7c73ac6

Browse files
committed
fix: jcrop imports issue
1 parent 4403f4b commit 7c73ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/jcrop/jquery.Jcrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* }}}
3030
*/
3131

32-
import * as $ from 'jquery';
32+
import $ from 'jquery';
3333
import {hasTouchSupport} from "./touch";
3434

3535
// Global Defaults {{{

0 commit comments

Comments
 (0)