betagouv/service-national-universel

View on GitHub
app/src/redux/reducers.js

Summary

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

import Auth from "./auth/reducer";

export default { Auth, toastr };