mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 09:24:18 +01:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
import $ from 'jquery'
|
|
|
|
// Usage of jquery is totally deprecated. It exists only to support legacy code and
|
|
// will be gone soon after complete transition to React.
|
|
|
|
window.jQuery = window.$ = $;
|