import SearchBox from "@/Element/SearchBox"; import TrendingUsers from "@/Element/TrendingUsers"; import TrendingHashtags from "@/Element/TrendingHashtags"; import TrendingNotes from "@/Element/TrendingPosts"; import { FormattedMessage } from "react-intl"; import classNames from "classnames"; export default function RightColumn({ show = true }) { return (