app.js 679 B

123456789101112131415161718
  1. import './styles/app.scss';
  2. import 'bootstrap';
  3. import './bootstrap';
  4. import 'font-awesome/css/font-awesome.css';
  5. import 'bootstrap-star-rating';
  6. import 'bootstrap-star-rating/locales/fr'
  7. import 'bootstrap-star-rating/js/locales/fr'
  8. import 'bootstrap-star-rating/css/star-rating.css';
  9. import 'bootstrap-star-rating/themes/krajee-fa/theme';
  10. import 'bootstrap-star-rating/themes/krajee-fa/theme.css';
  11. import './js/filtre';
  12. import './js/colorModeBootstrap'
  13. import { switchView } from './js/switchViewVanilla';
  14. import { switchEtat } from './js/switchEtat';
  15. import './js/addCollectionVanilla'
  16. const sv = switchView("#switchview");
  17. const se = switchEtat ('[data-fonction="switch"]');