Default commands option
This commit is contained in:
@ -3,7 +3,7 @@ import { connect } from 'react-redux';
|
||||
import { loadConfig } from '../actions/config';
|
||||
import { loginUser } from '../actions/auth';
|
||||
import { currentBackend } from '../backends/backend';
|
||||
import { LIST_POSTS, LIST_FAQ, HELP } from '../actions/findbar';
|
||||
import { LIST_POSTS, LIST_FAQ, HELP, MORE_COMMANDS } from '../actions/findbar';
|
||||
import FindBar from './FindBar';
|
||||
|
||||
class App extends React.Component {
|
||||
|
Reference in New Issue
Block a user