%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/vendor/cakedc/mixer/src/React/ |
Upload File : |
import { combineReducers } from 'redux'
import { fetchData } from './components/FetchData/reducers'
import { pluginButtons } from './components/PluginButtons/reducers'
import { kitchenView } from './views/KitchenView/reducers'
import { installedView } from './views/InstalledView/reducers'
export default combineReducers({
homeTopDownloaded: fetchData('homeTopDownloaded'),
homeTopStarred: fetchData('homeTopStarred'),
homeNewPlugins: fetchData('homeNewPlugins'),
homeNewReleases: fetchData('homeNewReleases'),
pluginView: fetchData('pluginView'),
searchResults: fetchData('searchResults'),
installedPlugins: fetchData('installedPlugins'),
tables: fetchData('tables'),
installedView,
pluginButtons,
kitchenView,
})