import * as React from 'react'; import ContentLoader, { Circle, Rect } from 'react-content-loader'; const CustomComponent = () => { return ( ); };