mirror of
https://github.com/yudai/gotty.git
synced 2025-12-25 11:48:50 +01:00
Do not include ALL of bootstrap
This commit is contained in:
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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue