import React from 'react'; const SkeletonParagraph = () => { return (
Loading...
); } export default SkeletonParagraph;