fix lbry-redux import typo

This commit is contained in:
DispatchCommit 2021-03-10 19:23:59 -08:00
parent 7dc44194f9
commit 04b47295ad

View file

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