crap
This commit is contained in:
@@ -2,10 +2,12 @@ import EnterDeadlineModal from "./EnterDeadlineModal/EnterDeadlineModal.tsx";
|
||||
import CreateServiceCategoryModal from "../pages/ServicesPage/modals/CreateServiceCategoryModal.tsx";
|
||||
import CreateServiceModal from "../pages/ServicesPage/modals/CreateServiceModal.tsx";
|
||||
import createProductModal from "../pages/ProductsPage/modals/CreateProductModal/CreateProductModal.tsx";
|
||||
import ProductFormModal from "../pages/ClientsPage/modals/ClientFormModal/ClientFormModal.tsx";
|
||||
|
||||
export const modals = {
|
||||
enterDeadline: EnterDeadlineModal,
|
||||
createServiceCategory: CreateServiceCategoryModal,
|
||||
createService: CreateServiceModal,
|
||||
createProduct: createProductModal
|
||||
createProduct: createProductModal,
|
||||
productFormModal: ProductFormModal,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user