import ContentLoader from 'react-content-loader';
import { styled } from '@project44-manifest/react-styles';

export const StyledSkeleton = styled(ContentLoader);
