diff --git a/packages/app/src/pages/home/index.jsx b/packages/app/src/pages/home/index.jsx index b5dae9b5..e7fd2e09 100755 --- a/packages/app/src/pages/home/index.jsx +++ b/packages/app/src/pages/home/index.jsx @@ -4,7 +4,7 @@ import classnames from "classnames" import { Icons, createIconRender } from "components/Icons" -import { HashtagTrendings } from "components" +import { HashtagTrendings, FeaturedEventsAnnouncements } from "components" import FeedBrowser from "./components/feed" import LivestreamsBrowser from "./components/livestreams" @@ -113,6 +113,8 @@ export default class Dashboard extends React.Component { + + }