rearrange the icons name

This commit is contained in:
Malini 2025-10-29 15:42:22 +05:30
parent 42038de75e
commit a01601c155

View File

@ -1,5 +1,5 @@
import React from 'react';
import CaretDown from '../../../assets/images/CaretDown.svg';
import CaretDown from '../../../assets/images/caretdown.svg';
import BackVendor from '../../../assets/images/backvector.svg';
const Field = ({ label, placeholder = '', type = 'text', value = '', onChange = () => {}, disabled = false }) => (