feat: deal group and stuff

This commit is contained in:
2024-11-09 02:33:17 +03:00
parent 1fa0f63c82
commit 1ee8135508
4 changed files with 21 additions and 21 deletions

View File

@@ -13,7 +13,9 @@ export const DealsPage: FC = () => {
const { data, form } = useDealsPageState();
return (
<>
<DealPageContextProvider>
<DealPageContextProvider refetchDeals={async () => {
}}>
<div className={styles["container"]}>
<PageBlock>
<div className={styles["top-panel"]}>