import './Hashtag.css' const Hashtag = ({ children }) => { return ( {children} ) } export default Hashtag