feat: deals fetch

This commit is contained in:
2025-08-03 16:55:36 +04:00
parent 5435750fb5
commit 315e7db3db
14 changed files with 148 additions and 71 deletions

View File

@ -1,5 +1,5 @@
import { Card } from "@mantine/core";
import { DealSchema } from "@/types/DealSchema";
import { DealSchema } from "@/client";
type Props = {
deal: DealSchema;