Group flights by date in list view

This commit is contained in:
april
2024-01-04 15:13:45 -06:00
parent a600cff6e6
commit 8c0a0955b3
5 changed files with 101 additions and 58 deletions

View File

@@ -30,7 +30,8 @@
"dayjs-plugin-utc": "^0.1.2",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"use-dehydrated-state": "^0.1.0"
},
"devDependencies": {
"@remix-run/dev": "^2.4.1",