feat: cards, attributes and modules
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { BaseMarketplaceSchema } from "../client";
|
||||
|
||||
export type QuickDeal = {
|
||||
export type QuickCard = {
|
||||
name: string;
|
||||
clientName: string;
|
||||
clientAddress: string;
|
||||
@@ -1,6 +1,6 @@
|
||||
import { ProductSchema } from "../client";
|
||||
import { isNil } from "lodash";
|
||||
import { ProductFieldNames } from "../pages/DealsPage/tabs/ProductAndServiceTab/components/ProductView/ProductView.tsx";
|
||||
import { ProductFieldNames } from "../pages/CardsPage/tabs/ProductAndServiceTab/components/ProductView/ProductView.tsx";
|
||||
import UseObjectState from "./UseObjectState.ts";
|
||||
import { CRUDTableProps } from "./CRUDTable.tsx";
|
||||
import { MRT_RowData } from "mantine-react-table";
|
||||
|
||||
Reference in New Issue
Block a user