import './styles/app.scss';
import 'bootstrap';
import './bootstrap';
import 'font-awesome/css/font-awesome.css';
import 'bootstrap-star-rating';
import 'bootstrap-star-rating/locales/fr'
import 'bootstrap-star-rating/js/locales/fr'
import 'bootstrap-star-rating/css/star-rating.css';
import 'bootstrap-star-rating/themes/krajee-fa/theme';
import 'bootstrap-star-rating/themes/krajee-fa/theme.css';
import './js/filtre';
import './js/colorModeBootstrap'
import { switchView } from './js/switchViewVanilla';
import { switchEtat } from './js/switchEtat';
import './js/addCollectionVanilla'

const sv = switchView("#switchview");
const se = switchEtat ('[data-fonction="switch"]');