const randomPosts = state => state.randomPosts const randomPostsLoaded = state => state.randomPostsLoaded export { randomPosts, randomPostsLoaded }