// JQuery import 'jquery'; global.$ = global.jQuery = $; // Adminlte import 'adminlte-js' ; // Bootstrap import 'bootstrap/dist/js/bootstrap.min.js'; // Bootstrap - autocomplete import 'bootstrap-autocomplete'; // Select2 import 'select2/js/select2.min.js'; import 'select2/js/i18n/fr.js'; import 'select2/css/select2.min.css'; import 'select2-bootstrap4-theme'; // Toastr import toastr from 'toastr/toastr.js' ; import 'toastr/toastr.scss' ; global.toastr = toastr ; // DaterangePicker import 'moment' ; import 'daterangepicker/daterangepicker.js' ; import 'daterangepicker/daterangepicker.css' ; // Tools import { Tools } from '../../../tools/tools.js'; global.Tools = Tools; import { Notification } from './js/notification.js'; global.Notification = Notification; Notification.init() ; // Common import './common.scss'; import './common.js' ;