fix lbry-redux import typo

This commit is contained in:
DispatchCommit 2021-03-10 19:23:59 -08:00
parent 73f593ddb3
commit 40035ae4ad

View file

@ -1,5 +1,5 @@
import { connect } from 'react-redux';
import { makeSelectClaimForUri } from 'lbry-redux;';
import { makeSelectClaimForUri } from 'lbry-redux';
import LivestreamLink from './view';
const select = (state, props) => ({