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) / home / loading.tsx
176 B 5 lines
1import HomeContainerSkeleton from '@/features/home/containers/homeContainer/Skeleton.HomeContainer'; 2 3export default function Loading() { 4 return <HomeContainerSkeleton />; 5}