othr
This commit is contained in:
@@ -4,6 +4,7 @@ import CreateServiceModal from "../pages/ServicesPage/modals/CreateServiceModal.
|
||||
import createProductModal from "../pages/ProductsPage/modals/CreateProductModal/CreateProductModal.tsx";
|
||||
import ProductFormModal from "../pages/ClientsPage/modals/ClientFormModal/ClientFormModal.tsx";
|
||||
import AddDealServiceModal from "../pages/LeadsPage/modals/AddDealServiceModal.tsx";
|
||||
import AddDealProductModal from "../pages/LeadsPage/modals/AddDealProductModal.tsx";
|
||||
|
||||
export const modals = {
|
||||
enterDeadline: EnterDeadlineModal,
|
||||
@@ -11,5 +12,6 @@ export const modals = {
|
||||
createService: CreateServiceModal,
|
||||
createProduct: createProductModal,
|
||||
productFormModal: ProductFormModal,
|
||||
addDealService: AddDealServiceModal
|
||||
addDealService: AddDealServiceModal,
|
||||
addDealProduct: AddDealProductModal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user