Created
May 23, 2019 14:00
-
-
Save darfink/cc5742f26e8cb7f7dab04de6019f5545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import R from 'ramda'; | |
import attractions from '../assets/attractions.json'; | |
export default new Set(R.chain(R.prop('categories'), attractions)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment