lbry-desktop/ui/component/formFieldPrice/view.jsx

6 lines
126 B
React
Raw Normal View History

2018-03-26 23:32:43 +02:00
// This just exists so the app builds. It will be removed
2018-03-26 23:32:43 +02:00
const FormFieldPrice = () => null;
export default FormFieldPrice;