Lidarr/frontend/src/InteractiveImport/Interactive/InteractiveImportRowCellPla...

11 lines
256 B
JavaScript
Raw Normal View History

2017-09-04 02:20:56 +00:00
import React from 'react';
import styles from './InteractiveImportRowCellPlaceholder.css';
function InteractiveImportRowCellPlaceholder() {
return (
2017-10-07 06:21:06 +00:00
<span className={styles.placeholder} />
2017-09-04 02:20:56 +00:00
);
}
export default InteractiveImportRowCellPlaceholder;