import $ from 'jquery' // Usage of jquery is absolutely deprecated. It exists only to support legacy code(2d sketcher and test framework) and // will be gone soon after complete transition to React. Main application never uses jquery. window.jQuery = window.$ = $;