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