Select the types of activity you want to include in your feed.
1import MyFeedContainer from '@/features/feeds/containers/myFeedContainer/MyFeedContainer'; 2 3export default function Page() { 4 return <MyFeedContainer />; 5}