hot fix: use desktop constants for settings

This commit is contained in:
Sean Yesmunt 2019-09-23 19:18:32 -04:00
parent bafaf44abf
commit eaf2a99697
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
import * as SETTINGS from 'constants/settings';
import { connect } from 'react-redux';
import { selectSubscriptions } from 'redux/selectors/subscriptions';
import { selectFollowedTags, SETTINGS } from 'lbry-redux';
import { selectFollowedTags } from 'lbry-redux';
import SideBar from './view';
import { makeSelectClientSetting } from 'redux/selectors/settings';

View file

@ -1,4 +1,5 @@
// @flow
import * as SETTINGS from 'constants/settings';
import * as NOTIFICATION_TYPES from 'constants/subscriptions';
import { PAGE_SIZE } from 'constants/claim';
import * as MODALS from 'constants/modal_types';
@ -11,7 +12,6 @@ import { setSubscriptionLatest, doUpdateUnreadSubscriptions } from 'redux/action
import { makeSelectUnreadByChannel } from 'redux/selectors/subscriptions';
import {
ACTIONS,
SETTINGS,
Lbry,
Lbryapi,
makeSelectFileInfoForUri,