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