mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-15 23:37:59 -04:00
7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
/**
|
|
* Converter module for jQuery. See https://stackoverflow.com/questions/34338411/how-to-import-jquery-using-es6-syntax
|
|
*/
|
|
|
|
import './jquery-3.7.0.slim.js';
|
|
export default window.$;
|