fix lbry-redux import typo
This commit is contained in:
parent
7dc44194f9
commit
04b47295ad
1 changed files with 1 additions and 1 deletions
|
@ -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) => ({
|
||||||
|
|
Loading…
Reference in a new issue