chore: add bootstrap
Some checks failed
armco-org/icon-spot/pipeline/head There was a failure building this commit
Some checks failed
armco-org/icon-spot/pipeline/head There was a failure building this commit
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user