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

11 lines
256 B
JavaScript

import React from 'react';
import styles from './InteractiveImportRowCellPlaceholder.css';
function InteractiveImportRowCellPlaceholder() {
return (
<span className={styles.placeholder} />
);
}
export default InteractiveImportRowCellPlaceholder;