diff --git a/package.json b/package.json index a9a53a8..cbf4e25 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,6 @@ "webpack-dev-server": "^4.4.0" }, "dependencies": { + "bootstrap-icons": "^1.7.1", } } diff --git a/web/index.js b/web/index.js index dbe8c7f..24003df 100644 --- a/web/index.js +++ b/web/index.js @@ -1,2 +1,4 @@ import "./font.css" -import "./index.scss" \ No newline at end of file +import "./index.scss" + +import "bootstrap-icons/font/bootstrap-icons.css" \ No newline at end of file