slight fixes; updated dependencies

This commit is contained in:
Timothy Pidashev
2024-10-30 12:30:25 -07:00
parent 0ff2116794
commit b90108e70f
17 changed files with 2084 additions and 1855 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}