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