Skip to content

Instantly share code, notes, and snippets.

@olegkalyta
Created December 16, 2017 19:44
Show Gist options
  • Save olegkalyta/8034e69eaf8246e6c4738136ec8e4ac1 to your computer and use it in GitHub Desktop.
Save olegkalyta/8034e69eaf8246e6c4738136ec8e4ac1 to your computer and use it in GitHub Desktop.
import { FetchDropdownData, FetchUsers, FetchProposals } from './Fetchers'
import ProposalsView from './ProposalsView'
export default () => (
<FetchDropdownData>
<FetchUsers>
<FetchProposals>
<ProposalsView />
</FetchProposals>
</FetchUsers>
</FetchDropdownData>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment