index.js 74 B

1234
  1. "use client";
  2. import Skeleton from './Skeleton';
  3. export default Skeleton;