import ColumnIndicator from '../column_indicator'; // Keep the markup in sync with // (make sure they have the same dimensions) export default class ModalLoading extends PureComponent { render() { return (
); } }