grid split and searchbar

This commit is contained in:
Owen Rees
2023-05-24 00:07:34 +02:00
parent 8c67681825
commit 96eb4e37f1
7 changed files with 142 additions and 48 deletions
+2
View File
@@ -10,6 +10,7 @@
"test": "jest --watch"
},
"dependencies": {
"@tanstack/react-table": "^8.9.1",
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
@@ -29,6 +30,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/leaflet": "^1.9.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}