chore: add bootstrap
Some checks failed
armco-org/components-viewer/pipeline/head There was a failure building this commit
Some checks failed
armco-org/components-viewer/pipeline/head There was a failure building this commit
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -11,6 +11,7 @@
|
||||
"dependencies": {
|
||||
"@lottiefiles/react-lottie-player": "^3.5.3",
|
||||
"@tanstack/react-table": "^8.21.2",
|
||||
"bootstrap": "^5.3.8",
|
||||
"d3": "^7.9.0",
|
||||
"highcharts": "^11.2.0",
|
||||
"highcharts-react-official": "^3.2.1",
|
||||
@@ -3422,7 +3423,6 @@
|
||||
"version": "5.3.8",
|
||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz",
|
||||
"integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"dependencies": {
|
||||
"@lottiefiles/react-lottie-player": "^3.5.3",
|
||||
"@tanstack/react-table": "^8.21.2",
|
||||
"bootstrap": "^5.3.8",
|
||||
"d3": "^7.9.0",
|
||||
"highcharts": "^11.2.0",
|
||||
"highcharts-react-official": "^3.2.1",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import React from "react"
|
||||
import ReactDOM from "react-dom/client"
|
||||
import "bootstrap/dist/css/bootstrap.min.css"
|
||||
import { BrowserRouter } from "react-router-dom"
|
||||
import { ArProvider } from "@armco/utils/providers"
|
||||
import ComponentsViewer from "./ComponentsViewer"
|
||||
|
||||
Reference in New Issue
Block a user