mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
Introduce uiSettings DB
This commit is contained in:
@@ -7,8 +7,13 @@ import Modals from './components/modals/Modals';
|
||||
import Sidebar from './components/panels/Sidebar';
|
||||
import TorrentListView from './components/panels/TorrentListView';
|
||||
import TorrentDetailsView from './components/panels/TorrentDetailsView';
|
||||
import TorrentActions from './actions/TorrentActions';
|
||||
|
||||
class FloodApp extends React.Component {
|
||||
componentDidMount() {
|
||||
TorrentActions.fetchLatestTorrentLocation();
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Application>
|
||||
|
||||
Reference in New Issue
Block a user