This repository has no description
0

Configure Feed

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

semble / src / webapp / features / collections / components / collectionContributorsSummary / Skeleton.CollectionContributorsSummary.tsx
149 B 5 lines
1import { Skeleton } from '@mantine/core'; 2 3export default function CollectionContributorsSummarySkeleton() { 4 return <Skeleton w={100} h={26} />; 5}