remove unused bootstrap js import

This commit is contained in:
Adam Piontek 2022-09-13 21:18:26 -04:00
parent 2959f7945d
commit 19526c5287

View file

@ -1,6 +1,4 @@
import "./style.scss";
//import 'bootstrap';
import './node_modules/bootstrap/js/src/collapse';
import Alpine from "alpinejs";
import cardSvgs from "./cardSvgs";
import SolverWorker from "./solverWorker?worker";