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

8 lines
135 B
React
Raw Normal View History

2017-04-07 07:15:22 +02:00
import React from 'react'
import {
connect,
} from 'react-redux'
import Link from './view'
export default connect(null, null)(Link)