const lineWidths = ['w-[78%]', 'w-[92%]', 'w-[85%]', 'w-[88%]', 'w-[74%]', 'w-[96%]', 'w-[82%]', 'w-[69%]']; export default function BlogPostLoading() { return (
{lineWidths.map((width) => (
))}
); }