import React from "react" import { Link } from "react-router" const ThreadsCategoryPicker = ({ allItems, parentUrl, category, categories, list, }) => (
) export default ThreadsCategoryPicker