Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
recondesigns committed Mar 3, 2024
1 parent 7350746 commit 0794331
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/Cards/ResourceCard/ResourceSkeletonCard.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// import { number } from 'prop-types';
import { SKELETON_CARD } from '../../../common/constants/testIDs';
import styles from './ResourceSkeletonCard.module.css';

// ResourceSkeletonCard.propTypes = {
// numberOfSkeletons: number.isRequired,
// };

export type ResourceSkeletonCardPropsType = {
/**
* Sets the number of UI "skeletons" to render.
Expand Down

0 comments on commit 0794331

Please sign in to comment.