Add nav bar

This commit is contained in:
Beau Findlay
2024-04-24 14:12:10 +01:00
parent 62ac025105
commit 3096855f34
5 changed files with 163 additions and 1 deletions

View File

@@ -10,11 +10,14 @@
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",