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) / url / loading.tsx
186 B 5 lines
1import SembleContainerSkeleton from '@/features/semble/containers/sembleContainer/Skeleton.SembleContainer'; 2 3export default function Loading() { 4 return <SembleContainerSkeleton />; 5}