feedTypesSaga.js 75 B

123
  1. export const actionFullAllGetPostsSaga = () => ({
  2. type: 'FEED_POSTS',
  3. })