Fixing more stuff...
This commit is contained in:
parent
2ca08f92b5
commit
15e765b65b
1 changed files with 3 additions and 11 deletions
|
@ -1,17 +1,9 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { connect } from "react-redux";
|
import { connect } from "react-redux";
|
||||||
import { doClearCache, doChangeLanguage } from "actions/app";
|
import { doClearCache, doChangeLanguage } from "actions/app";
|
||||||
import {
|
import { doSetDaemonSetting, doSetClientSetting } from "actions/settings";
|
||||||
doSetDaemonSetting,
|
import { selectDaemonSettings, selectShowNsfw } from "selectors/settings";
|
||||||
doSetClientSetting,
|
import { selectCurrentLanguage } from "selectors/app";
|
||||||
} from "actions/settings";
|
|
||||||
import {
|
|
||||||
selectDaemonSettings,
|
|
||||||
selectShowNsfw,
|
|
||||||
} from "selectors/settings";
|
|
||||||
import {
|
|
||||||
selectCurrentLanguage,
|
|
||||||
} from "selectors/app"
|
|
||||||
import SettingsPage from "./view";
|
import SettingsPage from "./view";
|
||||||
|
|
||||||
const select = state => ({
|
const select = state => ({
|
||||||
|
|
Loading…
Reference in a new issue