betagouv/service-national-universel

View on GitHub
admin/src/redux/reducers.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { reducer as toastr } from "react-redux-toastr";

import Auth from "./auth/reducer";
import Tickets from "./tickets/reducer";
import Cohorts from "./cohorts/reducer";

export default { Auth, Tickets, Cohorts, toastr };