6 lines
126 B
React
6 lines
126 B
React
|
// This just exists so the app builds. It will be removed
|
||
|
|
||
|
const FormFieldPrice = () => null;
|
||
|
|
||
|
export default FormFieldPrice;
|