Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created February 22, 2021 20:04
Show Gist options
  • Save AllGistsEqual/8d12d4924d2591c8420c79dd633476f5 to your computer and use it in GitHub Desktop.
Save AllGistsEqual/8d12d4924d2591c8420c79dd633476f5 to your computer and use it in GitHub Desktop.
// File: src/redux/rootMiddleware.ts
import { apiMiddleware } from './ducks/api'
import { articlesMiddleware } from './ducks/articles'
export default [
apiMiddleware,
articlesMiddleware,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment