This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / src / webapp / app / (dashboard) / explore / loading.tsx
185 B 5 lines
1import MyFeedContainerSkeleton from '@/features/feeds/containers/myFeedContainer/Skeleton.MyFeedContainer'; 2 3export default function Loading() { 4 return <MyFeedContainerSkeleton />; 5}