import clsx from 'clsx'; import { memo } from 'react'; import styles from './gists-code.module.css'; const bodyClass = clsx( 'rounded-lg', 'h-4 bg-gray-300', 'mb-2 last:mb-0 animate-pulse', 'dark:bg-rua-gray-600', ); const allLength = [ 500, 400, 300, 200, 332, 402, 105, 399, 501, 285, 378, 123, 325, 456, ]; const GistsCode = () => { return ( <>
{allLength.map((item, index) => ( ))}