aboutsummaryrefslogtreecommitdiffstats
path: root/src/react/TileFooterCell.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/react/TileFooterCell.js')
-rw-r--r--src/react/TileFooterCell.js7
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;