diff --git a/.gitignore b/.gitignore index 09726a3..a547bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,9 +12,6 @@ dist dist-ssr *.local -.env -.env.local - # Editor directories and files .vscode/* !.vscode/extensions.json diff --git a/bun.lockb b/bun.lockb index 5953465..671e8e3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9240141..89cd57f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ }, "dependencies": { "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^18.2.0", + "react-icons": "^5.0.1" }, "devDependencies": { "@types/react": "^18.2.66",