Do not include ALL of bootstrap

This commit is contained in:
Søren L. Hansen 2022-04-25 22:40:27 +00:00
parent 7f05f2fe17
commit b63ea16697
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,6 @@
import { createRef, Component, ComponentChildren } from "preact";
import { Modal } from "bootstrap";
import 'bootstrap/dist/css/bootstrap.min.css';
//import './bootstrap.scss';
import './bootstrap.scss';
interface ModalProps {
children: ComponentChildren;