/*! Bootstrap 5 styling wrapper for RowGroup
 * © SpryMedia Ltd - datatables.net/license
 */

import jQuery from 'jquery';
import DataTable from 'datatables.net-bs5';
import RowGroup from 'datatables.net-rowgroup';

// Allow reassignment of the $ variable
let $ = jQuery;



export default DataTable;
