mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix bootstrap
This commit is contained in:
parent
82ad039a53
commit
5a6ff9962a
4 changed files with 2 additions and 6 deletions
BIN
src/web/package-lock.json
generated
BIN
src/web/package-lock.json
generated
Binary file not shown.
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import * as React from "react";
|
||||
import "bootstrap";
|
||||
|
||||
interface IProps {
|
||||
children?: React.ReactNode;
|
||||
|
|
|
|||
Loading…
Reference in a new issue