rearrange the icons name
This commit is contained in:
parent
42038de75e
commit
a01601c155
@ -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 }) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user