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

This commit is contained in:
2026-01-04 02:25:35 +05:30
parent ba24173ebd
commit 56e2588775
3 changed files with 7 additions and 1 deletions

4
package-lock.json generated
View File

@@ -8,6 +8,9 @@
"name": "@armco/icon-spot",
"version": "0.0.6",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.8"
},
"devDependencies": {
"@armco/components": "^0.0.60",
"@armco/configs": "^0.0.15",
@@ -3202,7 +3205,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

@@ -84,5 +84,8 @@
"vite-plugin-externalize-deps": "^0.10.0",
"vite-plugin-lib-inject-css": "^2.2.2",
"vitest": "^4.0.8"
},
"dependencies": {
"bootstrap": "^5.3.8"
}
}

View File

@@ -1,5 +1,6 @@
import React, { useEffect } from "react"
import ReactDOM from "react-dom/client"
import "bootstrap/dist/css/bootstrap.min.css"
import {
BrowserRouter,
Navigate,