mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Do not include ALL of bootstrap
This commit is contained in:
parent
7f05f2fe17
commit
b63ea16697
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,6 @@
|
|||||||
import { createRef, Component, ComponentChildren } from "preact";
|
import { createRef, Component, ComponentChildren } from "preact";
|
||||||
import { Modal } from "bootstrap";
|
import { Modal } from "bootstrap";
|
||||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
import './bootstrap.scss';
|
||||||
//import './bootstrap.scss';
|
|
||||||
|
|
||||||
interface ModalProps {
|
interface ModalProps {
|
||||||
children: ComponentChildren;
|
children: ComponentChildren;
|
||||||
|
Loading…
Reference in New Issue
Block a user