mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-10 18:33:52 +01:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
import $ from 'jquery';
|
|
global.$ = $;
|
|
global.jQuery = $;
|
|
require('datatables.net-dt');
|
|
require('datatables.net-colreorder-dt'); |