feat: deal group and stuff
This commit is contained in:
@@ -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"]}>
|
||||
|
||||
Reference in New Issue
Block a user