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