From 53be13ef3839543f59375d688cdfdee828e2c68a Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 20 Jun 2024 15:09:14 +0200 Subject: [PATCH] feat(components): Add buy-modal component for purchasing crypto This commit introduces a new component, `buy-modal.tsx`, within the cryptos scope of components. This component allows the option to buy cryptocurrency either from a user or directly from the server. It provides form validation, API integrations, handles states, and displays proper response messages. --- src/components/data-tables/offers-table.tsx | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/components/data-tables/offers-table.tsx diff --git a/src/components/data-tables/offers-table.tsx b/src/components/data-tables/offers-table.tsx new file mode 100644 index 0000000..e69de29