import { TrendingNotes } from '@app/trending/components/trendingNotes'; import { TrendingProfiles } from '@app/trending/components/trendingProfiles'; export function TrendingScreen() { return (
); }