mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-25 21:56:14 +00:00
* Organize components * Add delete invoice component and action * Update customer emails * Add delete button, pending/paid UI, and placeholder edit button * Fix build errors * More errors * Fix table corners * Rename add invoice form, and make it generic for edit or add * Wire it up! * Add server action placeholder * Fix TS errors * Misc