mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 16:01:26 +00:00
5 lines
167 B
JavaScript
5 lines
167 B
JavaScript
import { connect } from 'react-redux';
|
|
import { selectBalance } from 'lbry-redux';
|
|
import PublishForm from './view';
|
|
|
|
export default connect(null, null)(PublishForm);
|