lbry-desktop/src/renderer/page/sendCredits/index.js
Jeremy Kauffman 8c403f640c new first run flow and re-org of wallet area
add changelog

add external service option to get credits page

remove testing code

fix user has existing email and grammar/typos
2017-12-08 15:13:20 -05:00

5 lines
158 B
JavaScript

import React from "react";
import { connect } from "react-redux";
import SendReceivePage from "./view";
export default connect(null, null)(SendReceivePage);