feat: temp barcode templates
This commit is contained in:
		@@ -7,6 +7,8 @@ import AddDealServiceModal from "../pages/LeadsPage/modals/AddDealServiceModal.t
 | 
			
		||||
import AddDealProductModal from "../pages/LeadsPage/modals/AddDealProductModal.tsx";
 | 
			
		||||
import PrintBarcodeModal from "./PrintBarcodeModal/PrintBarcodeModal.tsx";
 | 
			
		||||
import AddBarcodeModal from "./AddBarcodeModal/AddBarcodeModal.tsx";
 | 
			
		||||
import BarcodeTemplateFormModal
 | 
			
		||||
    from "../pages/BarcodePage/modals/BarcodeTemplateFormModal/BarcodeTemplateFormModal.tsx";
 | 
			
		||||
 | 
			
		||||
export const modals = {
 | 
			
		||||
    enterDeadline: EnterDeadlineModal,
 | 
			
		||||
@@ -17,5 +19,6 @@ export const modals = {
 | 
			
		||||
    addDealService: AddDealServiceModal,
 | 
			
		||||
    addDealProduct: AddDealProductModal,
 | 
			
		||||
    printBarcode: PrintBarcodeModal,
 | 
			
		||||
    addBarcode: AddBarcodeModal
 | 
			
		||||
    addBarcode: AddBarcodeModal,
 | 
			
		||||
    barcodeTemplateFormModal: BarcodeTemplateFormModal
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user