mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
- [ ] Fixes #426 Modifying form to use single onChange event. ONLY MEANT FOR TESTING, NOT MERGING.
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
import React from "react";
|
|
import { connect } from "react-redux";
|
|
import FormFieldPrice from "./view";
|
|
|
|
export default connect(null, null)(FormFieldPrice);
|