mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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;
|