chore: add bootstrap
Some checks failed
armco-org/components-viewer/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-04 02:26:07 +05:30
parent cfd123d45f
commit 3cd59e4b2a
3 changed files with 3 additions and 1 deletions

2
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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"