diff options
author | Parker <contact@pkrm.dev> | 2024-11-10 23:11:17 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-10 23:11:17 -0600 |
commit | 8985eecfeac5887f59fdf36d9b3f2584692ff5ed (patch) | |
tree | 908b05eacbad8def836dae7ccf67c534675bb912 /app/package.json | |
parent | 691aa744a0398f185b3ca98a36fbd83806c7786c (diff) |
Add log routes and update dashboard
Diffstat (limited to 'app/package.json')
-rw-r--r-- | app/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json index 0ad2c45..4ba8808 100644 --- a/app/package.json +++ b/app/package.json @@ -10,6 +10,9 @@ "preview": "vite preview" }, "dependencies": { + "@fortawesome/fontawesome-svg-core": "^6.6.0", + "@fortawesome/free-solid-svg-icons": "^6.6.0", + "@fortawesome/react-fontawesome": "^0.2.2", "axios": "^1.7.7", "react": "^18.3.1", "react-dom": "^18.3.1", |