Skip connect until it is needed.

It seems to subscribe to the store if connected.
This commit is contained in:
infinite-persistence 2021-12-23 15:51:30 +08:00 committed by infinite-persistence
parent abff1f3259
commit 198c191fd2

View file

@ -1,5 +1,3 @@
import { connect } from 'react-redux';
import LivestreamLink from './view';
export default connect()(LivestreamLink);
export default LivestreamLink;