mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 02:35:12 +00:00
add changelog add external service option to get credits page remove testing code fix user has existing email and grammar/typos
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
import React from "react";
|
|
import { connect } from "react-redux";
|
|
import SendReceivePage from "./view";
|
|
|
|
export default connect(null, null)(SendReceivePage);
|