added form to the home page.

This commit is contained in:
2025-03-05 04:03:37 -06:00
parent 3611ac3977
commit 36ce81db56
6 changed files with 155 additions and 12 deletions

View File

@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "6"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
@ -24,5 +25,6 @@
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"vite": "^6.0.5"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}