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