Group expenses (#48)

* Group expenses my date

* Group expenses my date

* typescript errors

* prettier

* getExpenseGroup

* update logic to use dayjs

* clean up
This commit is contained in:
Brandon Eng
2024-01-17 21:42:00 +07:00
committed by GitHub
parent 6b6d58e95e
commit ff6b84ff88
5 changed files with 127 additions and 63 deletions

View File

@@ -36,6 +36,7 @@
"@tailwindcss/typography": "^0.5.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"lucide-react": "^0.290.0",
"nanoid": "^5.0.4",
"next": "^14.0.4",