diff options
Diffstat (limited to 'src/react/TileFooterCell.js')
-rw-r--r-- | src/react/TileFooterCell.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/react/TileFooterCell.js b/src/react/TileFooterCell.js deleted file mode 100644 index 37e6416..0000000 --- a/src/react/TileFooterCell.js +++ /dev/null @@ -1,7 +0,0 @@ -import React from 'react'; - -const TileFooterCell = ({className, children, dataTestId}) => ( - <span className={`sdc-tile-footer-cell ${className || ''}`} data-test-id={dataTestId}>{children}</span> -); - -export default TileFooterCell; |