import classNames from 'classnames'; import React from 'react'; import styles from './InteractiveImportRowCellPlaceholder.css'; interface InteractiveImportRowCellPlaceholderProps { isOptional?: boolean; } function InteractiveImportRowCellPlaceholder( props: InteractiveImportRowCellPlaceholderProps ) { return ( ); } export default InteractiveImportRowCellPlaceholder;