fix bootstrap

This commit is contained in:
Collin M. Barrett 2019-07-26 21:46:31 -05:00
parent 82ad039a53
commit 5a6ff9962a
4 changed files with 2 additions and 6 deletions

Binary file not shown.

View file

@ -12,9 +12,7 @@
"bootstrap": "^4.3.1",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"popper.js": "^1.15.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
@ -43,7 +41,5 @@
"last 1 safari version"
]
},
"devDependencies": {
"@types/bootstrap": "^4.3.1"
}
"devDependencies": {}
}

View file

@ -1,4 +1,5 @@
import React from 'react';
import '../node_modules/bootstrap/dist/css/bootstrap.min.css'
import './App.css';
import { BrowserRouter } from "react-router-dom";
import * as RoutesModule from "./Routes";

View file

@ -1,5 +1,4 @@
import * as React from "react";
import "bootstrap";
interface IProps {
children?: React.ReactNode;