-
-
Save halws/18aaa9038089fe698a092d9b5a85c6d3 to your computer and use it in GitHub Desktop.
teset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Col xs="6" md="auto" className="ml-sm-4 pl-3" key={item.name}> | |
<CommonInput | |
type="number" | |
name="price" | |
placeholder="Price" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Col xs="6" md="auto" className="ml-sm-4 pl-3" key={item.name}> | |
<CommonInput | |
type="number" | |
name="price" | |
placeholder="Price" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment