lbry-desktop/ui/js/component/link/index.jsx

6 lines
136 B
React
Raw Normal View History

2017-06-06 23:19:12 +02:00
import React from "react";
import { connect } from "react-redux";
import Link from "./view";
2017-04-07 07:15:22 +02:00
2017-06-06 06:21:55 +02:00
export default connect(null, null)(Link);